<!--

      function PopupPic(sPicURL) { 
      newWin=window.open( sPicURL, 'newWin', 
      'resizable=1,HEIGHT=110,WIDTH=110, TOP=0, LEFT=0'); 
      newWin.focus(); 
    } 

//-->

