<!-- 
  function PopUpNewWindow(targetURL)
  {
     NewWindow =
		window.open(targetURL,'',
'left=0,top=0,width=600,height='+(screen.height-30)+',locationbar=yes,menubar=no,scrollbars=yes,status=no,resizable=yes');
		NewWindow.focus();
  }
//-->
