<!-- 
  function PopUpNewWindow(targetURL)
  {
     NewWindow =
		window.open(targetURL,'',
'width=300,height=450,locationbar=yes,menubar=no,scrollbars=yes,status=no,resizable=yes,screenX=600,screenY=150');
		NewWindow.focus();
  }
//-->
