// JavaScript Document
   function PopupPic(sPicURL) { 
     window.open( "imagepopup.php?img="+sPicURL, "",   
     "HEIGHT=200,WIDTH=200"); 
	// "resizable=1,HEIGHT=200,WIDTH=200"); 
   } 
