function atscreenWindow(URL,Name,features) { //v2.0
  window.open(URL,Name,features);
}

