function PopupPic(sPicURL,fURL) { 
 newWin=window.open( fURL+'?'+sPicURL, "pwin",  
 "status=1,resizable=1,HEIGHT=700,WIDTH=500"); 
 newWin.focus();
}
