function PopupPic(sPicID) { 
	window.open("image.php?i="+sPicID,"","resizable=1,height=200,height=200");
}
