function DoSearch(loc) {
if (loc == "oklegion")
	{
		window.location = "http://maps.google.com/maps?daddr=American+Legion+2311+North+Central+Oklahoma+City,+OK+73152&sll=37.0625,-95.677068&sspn=59.898929,78.222656&dirflg=&saddr=" + document.getElementById("dirAddress").value ;
	} else {
		window.location = "http://maps.google.com/maps?f=q&hl=en&geocode=&q=American+Legion+2311+North+Central+Oklahoma+City,+OK+73152&sll=37.0625,-95.677068&sspn=59.898929,78.222656&ie=UTF8&z=17&iwloc=A";
	}
}