function printMenu (highlightedmenu) {
    var MenuArray = [
      ["Home","home.htm"],
      ["Events","events.htm"],
      ["Schedule","schedule.htm"],
      ["Performers","performers.htm"],
      ["Balloons","balloon.htm"],
      ["Pictures","pics.htm"],
      ["General Info","generalinfo.htm"],
      ["Sponsors","sponsors.htm"],
      ["Visiting Pilots","visitingpilots.htm"],
      //["Seaplanes","seaplanes.htm"],
      ["Volunteers","volunteers.htm"],
      ["Map","map.htm"],
      ["Contact Us","contact.htm"],
      ["Special Credits","specialcredits.htm"]
    ];

    var MenuString = "";

    for (var i = 0; i< MenuArray.length; i++) { MenuString; if (highlightedmenu == MenuArray[i][0]) { MenuString += " <li class=\"selected\">"; } else { MenuString +=
      " <li>"; } MenuString += "<a href=\""+ MenuArray[i][1] +"\" target=\"_top\""; if (highlightedmenu == MenuArray[i][0]) { MenuString += " class=\"selected\"";
      }

      MenuString += ">"+ MenuArray[i][0] +"</a></li>"
    }
    document.write(MenuString);
  }
  
  function printHeader (stuff) {  
  if(stuff=='index'){
  document.write("<div id=\"header\" style=\"background:#FFFFFF;\" align=\"center\"><img src=\"Graphics/parts_1.jpg\"></div>");
  } else if(stuff=='index_test'){
  document.write("<div id=\"header\" style=\"background:#FFFFFF;\" align=\"center\"><img src=\"Graphics/header.jpg\"></div>");  
  }else{
   //document.write("<div id=\"header\" style=\"background:#000000;\" align=\"center\"><img src=\"Graphics/Logo/Thunder.jpg\" width=\"600\"></div>");
   document.write("<div id=\"header\" style=\"background:#FFFFFF;\" align=\"center\"><img src=\"Graphics/header.jpg\"></div>");  
  }
  document.write("<div id=\"menu\" align=\"center\">"
  +"  <div id=\"topnav\">"
  +"    <ul style=\"margin-left:100px;\">"
  +"      <li style=\"float:left; list-style:none;\"><a href=\"index.html\">Home</a></li>"
  +"      <li style=\"float:left; list-style:none;\"><a href=\"events.html\">Events</a></li>"
  //+"      <li style=\"float:left; list-style:none;\"><a href=\"schedule.html\">Schedule</a></li>"
  +"      <li style=\"float:left; list-style:none;\"><a href=\"volunteers2.html\">Volunteers</a></li>"
  +"      <li style=\"float:left; list-style:none;\"><a href=\"map.html\">Map</a></li>"
  +"      <li style=\"float:left; list-style:none;\"><a href=\"contact.html\">Contact Us</a></li>"
  +"      <li style=\"float:left; list-style:none;\"><a href=\"credits.html\">Special Credits</a></li>"
  +"      <li style=\"float:left; list-style:none;\"><a href=\"news.html\">News</a></li>"
  +"    </ul>"
  +"  </div>"
  +"  <div id=\"subnav\">"
  +"    <ul style=\"margin-left:200px;\">"
  //+"      <li style=\"float:left; list-style:none;\"><a href=\"performers.html\">Performers</a></li>"
  //+"      <li style=\"float:left; list-style:none;\"><a href=\"balloons.html\">Balloons</a></li>"
  +"      <li style=\"float:left; list-style:none;\"><a href=\"pictures.html\">Pictures</a></li>"
  +"      <li style=\"float:left; list-style:none;\"><a href=\"pilots.html\">Visiting Pilots</a></li>"
  //+"      <li style=\"float:left; list-style:none;\"><a href=\"seaplanes.html\">Seaplanes</a></li>"
  +"      <li style=\"float:left; list-style:none;\"><a href=\"sponsors.html\">Sponsors</a></li>"
  +"      <li style=\"float:left; list-style:none;\"><a href=\"video.html\">Video</a></li>"
  +"    </ul>"
  +"  </div>"
  +"</div>");
  }
  
  function printSponsors () {  
      document.write("<p><a href=\"http://www.manitowocchamber.com\" target=\"_blank\"><img src=\"Graphics/Sponsors/a_Round_Rectangle_14.gif\"></a><br>"
  +"    Special Thanks to our Five Star Sponsor First National Bank</font></p>"
  +"    <p><a href=\"http://www.bankfirstnational.com\" target=\"_blank\"><img src=\"Graphics/Sponsors/fnb.jpg\"></a></p>"
  +"    <p><a href=\"http://www.hfmhealth.org\" target=\"_blank\"><img src=\"Graphics/Sponsors/HolyFamilyMemorial.jpg\" width=\"93\"></a></p>"
  +"    <p><a href=\"http://www.ariens.com\" target=\"_blank\"><img src=\"Graphics/Sponsors/Ariens_logo_mini.jpg\"></a></p>"
  +"    <p><a href=\"http://www.kwiktrip.com\" target=\"_parent\"><img src=\"Graphics/Sponsors/KTKSLOGOS.gif\" width=\"93\"></a></p>"
  +"    <p><a href=\"http://www.uscellular.com\" target=\"_parent\"><img src=\"Graphics/Sponsors/uscellular.jpg\" width=\"93\"></a></p>"
  +"    <p><a href=\"specialcredits.htm\" target=\"_parent\"><img src=\"Graphics/Sponsors/hookerlogomini.jpg\" width=\"93\"></a></p>"
  +"    <p><a href=\"icom.htm\" target=\"_parent\"><img src=\"Graphics/Sponsors/ATT.jpg\" width=\"93\"></a></p>"
  +"    <p><a href=\"icom.htm\" target=\"_parent\"><img src=\"Graphics/Sponsors/ICOM_blk_red.jpg\" width=\"93\"></a></p>"
  +"    <p><a href=\"http://www.bifab.us/index.htm\" target=\"_parent\"><img src=\"Graphics/Sponsors/baileigh_logo.jpg\" width=\"93\"></a></p>"
  +"    <p><a href=\"http://www.wapl.com/home.php\" target=\"_parent\"><img src=\"Graphics/Sponsors/WAPL_Horizontal.jpg\" width=\"93\"></a></p>");
     
  }
  
function printSponsor () {  
      document.write("<fieldset><legend>Sponsors</legend><ul style=\"margin:0;padding:0;\" align=\"center\">"
  +"        <li valign=\"center\" style=\"border-bottom:1px dashed #000000;list-style:none;margin-bottom:10px;height:110px;\"><script type=\"text/javascript\">myAd.output();</script></li>"
  +"        <li valign=\"center\" style=\"border-bottom:1px dashed #000000;list-style:none;margin-bottom:10px;height:110px;\"><script type=\"text/javascript\">myAd1.output();</script></li>"
  +"        <li valign=\"center\" style=\"list-style:none;margin-bottom:10px;height:110px;\"><script type=\"text/javascript\">myAd2.output();</script></li></ul></fieldset>");
  }
        
  function printFooter () {
    document.write("<li style=\"list-style:none;\">"
  +"      &#169; Thunder on the Lakeshore 2011, All Rights Reserved<BR>Airshow Artwork Courtesy of <a href=\"credits.html\" target=\"_parent\"> David Hooker Design</a><br>"
  +"      Website Layout &amp; Design by <a href=\"mailto:tesch.jason@gmail.com\">Jason Tesch</a><br>Website Hosting courtesy of <a href=\"http://www.lakenet-internet.com/\" target=\"_blank\">Lakenet Internet</a>"
  +"    </li>"
  +"    <li style=\"list-style:none;\"><!--WEBBOT bot=\"HTMLMarkup\" startspan ALT=\"Site Meter\" -->"
  +"      <script type=\"text/javascript\" language=\"JavaScript\">var site=\"s13airshow\"</script>"
  +"      <script type=\"text/javascript\" language=\"JavaScript1.2\" src=\"http://s13.sitemeter.com/js/counter.js?site=s13airshow\"></script>"
  +"      <noscript><a href=\"http://s13.sitemeter.com/stats.asp?site=s13airshow\" target=\"_top\"><img src=\"http://s13.sitemeter.com/meter.asp?site=s13airshow\" alt=\"Site Meter\" border=0></a></noscript>"
  +"  </li>");
  }
  

