function openWindow(URL, title, features){
  window.open(URL, title, features);
}

function none(){
}