function TitleInfo() {
      //********************************  Title Shadow Division **********************************************************
      document.write('<DIV class="Title">');
      document.write('<a href="../index.html"><img src="../images/title_banner-2.gif" border="0" alt="Harrison County, IA"></a>');
      document.write('</DIV>');

}

function HomeTitleInfo() {
      //********************************  Title Shadow Division **********************************************************
      document.write('<DIV class="Title">');
      document.write('<img src="images/title_banner-2.jpg" alt="Harrison County, IA">');
      document.write('</DIV>');
}

function InformationMenu(theLocation)  {
      var theDelimiter = "";
      var homeDelimiter = "";

      switch(theLocation) {
        case "Home":
          theDelimiter = "information/";
          homeDelimiter = "";
          break
        case "Other":
          theDelimiter = "../information/";
          homeDelimiter = "../";
          break
        case "Info":
          homeDelimiter = "../";
          theDelimiter = ""
      }

      document.write('<br><h2><b>Information</b></h2>');
      document.write('<p><a href="'+homeDelimiter+'index.html">Home</a><br>');
      document.write('<a target="_blank" href="http://maps.harrisoncountyia.org">Real Estate Data & Maps</a><br>');
      document.write('<a href="'+theDelimiter+'index.html">General Information</a><br>');
      document.write('<a href="'+theDelimiter+'legal.html">Legal Information</a><br>');
      document.write('<a href="'+theDelimiter+'departments.html">Departments</a><br>');
      document.write('<a href="'+theDelimiter+'employment.html">Employment</a><br>');
      document.write('<a href="'+theDelimiter+'sitemap.html">Site Map</a><br>');
      document.write('<a href="'+theDelimiter+'links.html">Internet Links</a><br>');
      document.write('<a href="'+theDelimiter+'directory.html">County Directory</a></p><hr>');
}

function ServicesMenu() {
      document.write('<br><h2><b>Services</b></h2>');
      document.write('<p><a target="_blank" href="http://www.iowatreasurers.org">Pay Real Estate Taxes</a><br>');
      document.write('<a target="_blank" href="https://www.iowatreasurers.org/iscta/access/payTagRenewal/welcome.do">Motor Vehicle Renewals</a></p><hr>');
}

function ContactWebMaster() {
      document.write('<p class="contact" align="center"><i><a href="mailto:gis@harrisoncountyia.org">Report a problem!</a></i><br></p>');
      document.write('<p class="Update" align="center"><i>Last updated 13 April 2009.</i><br><br></p>');
}

function DistrictsMenu(theLocation) {
      var theDelimiter = "";

      switch(theLocation) {
        case "Home":
          theDelimiter = "information/";
          break
        case "Other":
          theDelimiter = "../information/";
          homeDelimiter = "../";
          break
        case "Info":
          homeDelimiter = "../";
          theDelimiter = ""
      }
      document.write('<br><h2><b>Districts</b></h2>');
      document.write('<p><a href="'+theDelimiter+'schools.html">School Districts</a><br>');
      document.write('<a  href="'+theDelimiter+'voting.html">Voting Precincts</a></p><hr>');
}

function HistoryMenu() {
      document.write('<br><h2><b>History</b></h2>');
      document.write('<p><a href="history.html">County History</a><br>');
      document.write('<a href="courthouse.html">Courthouse History</a></p><hr>');
}

function AdobeMenu() {
      document.write('<br><center><p><i>Need Adobe Reader?</i><br>Then download it here.</p>');
      document.write('<a href="http://www.adobe.com/products/acrobat/readstep2.html" target="_blank">');
      document.write('<img border="0" src="../images/buttons/adobe.gif" width="110" height="38"></a></center><br>');
}

function DepartmentsMenu() {
      var theDelimiter = "";

      switch(theLocation) {
        case "Home":
          theDelimiter = "information/";
          break
        case "Other":
          theDelimiter = "../information/";
          homeDelimiter = "../";
          break
      }
      document.write('<br><h2><b>Elected Offices</b></h2>');
      document.write('<p><a href="'+theDelimiter+'Attorney/index.html">Attorney</a><br><br>');
      document.write('<a href="'+theDelimiter+'Auditor/index.html">Auditor</a><br><br>');
      document.write('<a href="'+theDelimiter+'Supervisors/index.html">Board of Supervisors</a><br><br>');
      document.write('<a href="'+theDelimiter+'Recorder/index.html">Recorder</a><br><br>');
      document.write('<a href="'+theDelimiter+'Sheriff/index.html">Sheriff</a><br><br>');
      document.write('<a href="'+theDelimiter+'Treasurer/index.html">Treasurer</a><br></p>');
      document.write('<br><br><h2><b>Other Offices</b></h2>');
      document.write('<p><a href="'+theDelimiter+'Assessor/index.html">Assessor</a><br><br>');
      document.write('<a target="_blank" href="http://www.harrisoncountyparks.org">Conservation Board</a><br><br>');
      document.write('<a target="_blank" href="http://www.harrisoncountyparks.org/welcome">Historical Village &amp;<br>Iowa Welcome Center</a><br><br>');
      document.write('<a href="'+theDelimiter+'EMA/index.html">Emergency Management Agency</a><br><br>');
      document.write('<a href="'+theDelimiter+'GIS/index.html">GIS &amp; Mapping</a><br>');
      document.write('<a href="'+theDelimiter+'Health/index.html">Public Health</a><br><br>');
      document.write('<a href="'+theDelimiter+'Homemaker/index.html">Homemaker Agency</a><br><br>');
      document.write('<a href="'+theDelimiter+'Engineering/index.html">Engineer &amp;<br>Secondary Roads</a><br><br>');
      document.write('<a href="'+theDelimiter+'Zoning/index.html">Environmental Health,<br>Planning &amp; Zoning</a><br><br>');
      document.write('<a href="'+theDelimiter+'VA/index.html">Veterans Affairs</a><br></p>');
}