	var imagewin;
			
	function imagePopup(propertyid, imagetype, mid, bid)
	{
		imagewin = window.open("image.asp?bid=" + bid + "&mid=" + mid + "&xspid=" + propertyid + "&imgtype=" + escape(imagetype), "popup", "location=0,status=0,toolbar=0,width=660,height=480,scrollbars=1,resizable=1");
	}