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