// JavaScript Document
<!--

	
		
		   function PopupPic(sPicURL) { 
		     window.open( "enlarge.htm?"+sPicURL, "",  
		     "resizable=1,HEIGHT=150,WIDTH=200,top=200,left=200"); 
		   } 
		
		
	//-->
