function mapPOP(mls,agent,pic){
		window.open('map_holder.html?mls=' + mls + '&agentid=' + agent + '&pic=' + pic,'mapPOP','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=410'); 
	};

