function PopupPic(sPicURL) { 
     window.open( "popup.htm?"+sPicURL, "name","resizable=1"); 
	win.focus()
   } 