function WinOpen(filename, w, h) {
  wnd = window.open(filename,"newWin","toolbar=0,directories=0,menubar=0,resizable=0,fullscreen=1,status=0,scrollbars=yes,copyhistory=0,location=0");
 }