function DoMap(address,city,state,zip){
	var theurl = "address="+address+"&city="+city+"&state="+state+"&zip="+zip;
	mapwin = window.open("/MapSearchMapQuest.cfm?"+theurl+"&var=no","newwindow","top=50,left=150,height=630,width=630,resizable=yes,scrollbars=yes")
	mapwin.focus();
}


