function DoSearch(loc) {
		window.location = "http://www.google.com/maps?f=d&daddr=2001+E+Main+Street+Crowley+TX+76036&saddr=" + document.getElementById("dirAddress").value ;
}


