function OpenWin(URL,Width,Height)
  {
   var wp;
   wp=window.open(URL,"", "toolbar=no,status=no,scrollbars=yes,resizable=no,menubar=no,width=" + Width + ",height=" + Height + ",top=0,left=0");
  }


