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