
	function poplist(_id)
	{	popwindow=window.open("details.cfm?pop=1&id="+_id, "listpop", "toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,width=650,height=350,top=100,left=100,fullscreen=0");
		popwindow.focus();
	}
	function updateImage(place) 
	{ 
		//document.listimg.src = '/imgs/featured/' + MLS + '_'+ place +'.jpg';
		document.getElementById('mainImg').src = '/imgs/clients/'+ place;
		//document.mainImg.src = '/imgs/featured/'+ place;
	}
	function UIP(place) 
	{ 
		document.getElementById('mainImg').src = place;
	}

