function PopupPic(sPicURL) {
     window.open( "popUp.php?"+sPicURL, "",  
     "resizable=1,scrollbars=1,HEIGHT=200,WIDTH=200");
	 }