function openWin(theURL) { //v2.0
  win=window.open(theURL,"Popup","scrollbars=yes,resizable=yes,width=550,height=300");
  window.win.focus();
}