function DoSearch(loc) {
if (loc == "stillwater")
	{
		window.location = "http://www.google.com/maps?f=d&daddr=2500+S+Sangre+Rd+Stillwater+OK&saddr=" + document.getElementById("dirAddress").value ;
	} else {
		window.location = "http://www.google.com/maps?f=d&daddr=1200+E+I-35+Frontage+Rd+Edmond+OK+73034&saddr=" + document.getElementById("dirAddress").value ;

	}
}
