function PopUpNewWindow(TheURL) {
  window.open(TheURL,"gotoremote","width=500,height=350,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=1,toolbar=0");
}