
function PopupPic(sPicURL) { 
 window.open( "popup.htm?" + sPicURL, "",  
 "top=15,left=15,resizable=0,height=800,width=600"); 
} 

