

function show_banner() {
  document.write("<table border=0 width=100% cellspacing=0 cellpadding=2>");
  document.write("<tr>");
  document.write("<td><img border='0' src='images/newpurplestatelogo2.jpg' usemap='#map1'>");
  document.write("<map name='map1'>");
  document.write("<area shape='rect' coords='40,20,70,70' href='https://www.mnadopt.org/exchange' target=_blank>");
  document.write("<area shape='poly' coords=165,70,459,66,466,117,156,116,157,77' href='index.html'>");
  document.write("<area shape='rect' coords='458,115,505,130' href='Trainings/Login/' target=_blank>");

  document.write("</map>");
  document.write("</td>");

  document.write("<td width=200>");
  document.write("<a style='text-decoration: underline;' href='contactus.html'>Contact Us</a><br><br>");

  document.write("<form method='get' action='http://www.google.com/search'>");
  document.write("<input type='text'   name='q' size='25' maxlength='255' value='' />");
  document.write("<input type='submit' value='Site Search' />");
  document.write("<input type=hidden  name='sitesearch' value='www.mnadopt.org'>");
  document.write("</form>");


//  document.write("<a style='text-decoration: underline;' href='#'>MN Adopt Search</a>");
  document.write("</td>");
  document.write("</tr>");
  document.write("</table>");
}

function show_top_nav() {
  document.write("<table class=tablenav width=100% cellspacing=0 cellpadding=5>");
  document.write("<tr>");
  document.write("<td class=tabletdnav width=16% nowrap align=center> <a href='index.html'>Home              </a></td>");
  document.write("<td class=tabletdnav width=16% nowrap align=center> <a href='meetthekids.html'>Meet&nbsp;the&nbsp;Kids </a></td>");
  document.write("<td class=tabletdnav width=16% nowrap align=center> <a href='information.html'>Information       </a></td>");
  document.write("<td class=tabletdnav width=16% nowrap align=center> <a href='resources.html'>Resources/Support         </a></td>");
  document.write("<td class=tabletdnav width=16% nowrap align=center> <a href='training.html'>Training          </a></td>");
  document.write("<td class=tabletdnav width=16% nowrap align=center> <a href='aboutus.html'>About&nbsp;Us     </a></td>");
  document.write("<td class=tabletdnav > &nbsp; </td>");
  document.write("</tr>");
  document.write("</table>");
}

function show_footer_nav() {
  document.write("<hr>");
  document.write("<table border=0 width=100% cellspacing=0 cellpadding=10>");
  document.write("<tr>");
  document.write("<td width=80 nowrap align=center> <a style='text-decoration: underline;' href='index.html'>Home</a></td>");
  document.write("<td width=80 nowrap align=center> <a style='text-decoration: underline;' href='contactus.html#Volunteer' >Volunteer </a></td>");
  document.write("<td width=80 nowrap align=center> <a style='text-decoration: underline;' href='contactus.html'>Contact Us</a></td>");
  document.write("<td width=80 nowrap align=center> <a style='text-decoration: underline;' href='aboutus.html'>About&nbsp;Us</a></td>");
  document.write("<td width=80 nowrap align=center> <a style='text-decoration: underline;' href='http://www.dhs.state.mn.us/main/idcplg?IdcService=GET_DYNAMIC_CONVERSION&RevisionSelectionMethod=LatestReleased&dDocName=Home_Page' target=_blank>MN&nbsp;Department&nbsp;of&nbsp;Human&nbsp;Services</a></td>");
  document.write("<td align=right> <img border='0' src='images/dhs_logo.gif' width='150' height='70'> </td>");
  document.write("</tr>");
  document.write("</table>");
  document.write("<center>Copyright© 2009 MN Adopt. All rights reserved");
//  document.write("<a href=http://www.google.com><img src='images/blank.gif' width=5 height=5 border=0></a>");
}
