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