// JavaScript Document

<!--
function PopupPic(sPicURL) { 
     window.open( "viewer.php?"+sPicURL, "",  
     "resizable=1,HEIGHT=200,WIDTH=200,left=60,top=60"); 
   }
//-->

