function NewPicWindow(PicName) { 
 window.open( "/picPopup.asp?"+PicName, "", "resizable=1,height=100,width=100"); 
} 

