function openWin(URL,width,height)
 {
  window.open(URL,"newwindow","height=" + height + ",width=" + width + ",toolbar=yes,menubar=no,resizable=yes,status=no,location=no,scrollbars=yes");
 }