function OpenSubWin(theURL) {
  sw1=window.open(theURL,'new','width=775,height=600,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
  sw1.focus();
}
