﻿
	
	var strAddress = "<span style=\"color:#424242; font-size:16px; font-variant:small-caps;\"><b>"
		+ "107 Osage St. &nbsp;  &bull; &nbsp; Sibley, Missouri 64088 &nbsp;  &bull; &nbsp; 816.650.3278</b></span>";
	
	var strFooterLinks = "<p style=\"line-height: 0px; padding;5px;\">&nbsp;</p><a class=\"footerLinks\" href=\"forthistory.html\">Fort History</a> | "
		+ "<a class=\"footerLinks\" href=\"osage.html\">Osage Indians</a> | <a class=\"footerLinks\" href=\"military.html\">The Military</a> | "
		+ "<a class=\"footerLinks\" href=\"generalinfo.html\">General Info</a> | <a class=\"footerLinks\" href=\"photomenu.html\">Photo Gallery</a> | "
		+ "<a class=\"footerLinks\" href=\"links.html\">Links</a> | <a class=\"footerLinks\" href=\"contactpage.html\">Contact Us</a>";
	
	var strMapArea = "<map name=\"Map\"> "
  		+ "	<area shape=\"rect\" coords=\"22,19,315,132\" href=\"index.html\"></map>"
		
		+ "<map name=\"Map2\"> "
		+ "	<area shape=\"rect\" coords=\"9,76,147,106\" href=\"forthistory.html\">"
		+ "	<area shape=\"rect\" coords=\"6,112,152,139\" href=\"osage.html\">"
		+ "	<area shape=\"rect\" coords=\"6,146,149,173\" href=\"military.html\">"
		+ "	<area shape=\"rect\" coords=\"10,184,150,217\" href=\"generalinfo.html\">"
		+ "	<area shape=\"rect\" coords=\"8,224,153,255\" href=\"photomenu.html\">"
		+ "	<area coords=\"10,299,132,327\" href=\"contactpage.html\">"
		+ " <area alt=\"Links\" coords=\"9,263,73,289\" href=\"links.html\">"
		+ "</map>"
		
		+ "<map name=\"Map3\">"
  		+ "	<area shape=\"rect\" coords=\"25,104,248,139\" href=\"map.html\">"
  		+ " <area shape=\"rect\" coords=\"65,160,205,192\" href=\"trails.html\">"
  		+ "	<area shape=\"rect\" coords=\"9,45,272,85\" href=\"calendar.html\">"
  		+ " <area shape=\"rect\" coords=\"56,215,223,251\" href=\"contactpage.html\">"
		+ "</map>";
		
	var	strMapPhotoGallary = "<map name=\"Map4\">"
  		+ "<area shape=\"rect\" coords=\"137,23,232,60\" href=\"july4.html\">"
  		+ "<area shape=\"rect\" coords=\"98,77,265,110\" href=\"childrensday.html\">"
  		+ "<area shape=\"rect\" coords=\"102,132,262,169\" href=\"militiamuster.html\">"
  		+ "<area shape=\"rect\" coords=\"93,192,276,227\" href=\"wintertactical.html\">"
  		+ "<area shape=\"rect\" coords=\"34,245,329,286\" href=\"wakeofcorp.html\">"
  		+ "<area shape=\"rect\" coords=\"-1,305,368,346\" href=\"dugout.html\">"
  		+ "<area shape=\"rect\" coords=\"86,366,270,399\" href=\"generalphotos.html\">"
		+ "</map>";