function openWindow(theURL,winName,features) { //v2.0  
  mainwindow = window.open(theURL,winName,features);
  mainwindow.focus();
}
