<!-- 
  function PopUpNewWindow(targetURL)
  {
     NewWindow =
		window.open(targetURL,'',
'width=530,height=675,locationbar=no,menubar=no,scrollbars=no,status=no,resizable=no,screenX=50,screenY=50');
  	NewWindow.focus();
  }
  function PopUpNewWindow_shop(targetURL)
  {
     NewWindow =
		window.open(targetURL,'',
'width=785,height=675,locationbar=yes,menubar=no,scrollbars=yes,status=yes,resizable=yes,screenX=50,screenY=50');
  	NewWindow.focus();
  }
  function PopUpNewWindow_imsample(targetURL)
  {
     leftPos=5

     NewWindow =
		window.open(targetURL,'',
'width=1050,height=700,locationbar=yes,menubar=no,scrollbars=yes,status=no,resizable=yes,left='+leftPos+',top=0');
  	NewWindow.focus();
  }
//-->
