function PopupPic(Host, PicURL, Width) { 
	window.open(Host + "image.html?" + PicURL, "",  "resizable=1,HEIGHT=10,WIDTH=" + Width); 
} 
