<!-- Start of Pop Up New Window -->
function PopUpNewWindow(TheURL) {
  window.open(TheURL,"gotoremote",
  "width=350,height=300,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0");}

function PopUpNewWindowBig(TheURL) {
  window.open(TheURL,"gotoremote",
  "width=400,height=500,location=0,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0");}

<!-- End of Pop Up New Window -->