function PopupPic(sPicURL) { 
				//window.open("/UserControls/ImagePopUp.aspx?img="+sPicURL, "zoom", "height=1024,width=768");
				window.open(sPicURL, "zoom", "resizable=1,height='1024',width='768'");
return false;
}