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

  function PopUpNewWindow_01(targetURL)
  {
     NewWindow =
		window.open(targetURL,'',
'left=0,top=0,width='+(screen.width-10)+',height='+(screen.height-30)+',locationbar=yes,menubar=no,scrollbars=yes,status=no,resizable=yes');
		NewWindow.focus();
  }

//-->
