function openSubWindow(theURL,winName) {
  window.open(theURL,winName,"resizable=1,scrollbars=1,width=750,height=500");
}