function DoSearch(loc) {
if (loc == "balliets")
	{
		window.location = "http://www.google.com/maps?daddr=1900+NW+Expressway,+Oklahoma+City,+OK+73118+(Balliet%27s)&geocode=13437779424909709989,35.522793,-97.546082&dirflg=&saddr=" + document.getElementById("dirAddress").value ;
	} else {
		window.location = "http://www.google.com/maps?f=q&hl=en&geocode=&q=Balliet%27s+50+Penn+Place+1900+NW+Expressway+Oklahoma+City,+OK+73118&ie=UTF8&ll=35.52353,-97.546062&spn=0.023611,0.040426&z=15&iwloc=B";
	}
}