function galleryPOP(mlsid){
	var parms;
	pagetocall = "/gallery_holder.html?mls="+mlsid;
	window.open(pagetocall,'galleryPOP','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars=no,titlebar=1,top=10,left=30,width=740,height=310'); 
	};
