      function openWindow(URL)
      {
      var width = 400;
      var height = 350;
      var params = "width="+width+",height="+height+",screenX=0,scrollbars=no,resizable=yes";
      F = open(URL,"msg",params);
      }
