

function show_map() {
	var box_text = "<a href=\"javascript:hide_map();\"><u>Hide Map</u></a>";
	box_text += "<table width='100%'  border='0' cellspacing='10' cellpadding='5' class='md'><tr><td width='100%' valign='top'>";
	box_text += "<iframe width=\"425\" height=\"350\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=4485+McLoughlin+Dr+central+point+or&amp;sll=42.32506,-122.866409&amp;sspn=0.007631,0.019226&amp;ie=UTF8&amp;ll=42.399756,-122.827492&amp;spn=0.060984,0.153809&amp;z=13&amp;iwloc=addr&amp;output=embed&amp;s=AARTsJpt-w2hoZcCiV3wyo-fq5bBuYIvYw\"></iframe><br /><a href=\"http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=4485+McLoughlin+Dr+central+point+or&amp;sll=42.32506,-122.866409&amp;sspn=0.007631,0.019226&amp;ie=UTF8&amp;ll=42.399756,-122.827492&amp;spn=0.060984,0.153809&amp;z=13&amp;iwloc=addr&amp;source=embed\" style=\"color:#0000FF;text-align:left\">View Larger Map and Get Directions</a>";
	box_text += "</td></tr></table>";
	document.getElementById('map_box').innerHTML = box_text;
	return
}

function hide_map(){
	document.getElementById('map_box').innerHTML = "";
	return
}


function initialize() {
	var blurb_text = "";
	if ((parent.document.location == "http://southernoregonsporthorse.com/contact.html")||(parent.document.location == "http://www.southernoregonsporthorse.com/contact.html")){
		blurb_text += "Email:<br><a href=\"mailto:soshorse@gmail.com\"><b>soshorse@gmail.com</b></a>";
		document.getElementById('mail_box').innerHTML = blurb_text;
		}
	document.getElementById('contact_mail').innerHTML = "Contact: <a href='mailto:soshorse@gmail.com'>soshorse@gmail.com</a>";
	return;
}




