

function show_banner() {
  document.write("<table border='0' width='100%' cellspacing='0' cellpadding='2'>");
  document.write("<tr>");
  document.write("<td><img border='0' src='http://www.mnadopt.org/images/newpurplestatelogo2_sept_2010.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='http://www.mnadopt.org/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='http://www.mnadopt.org/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='http://www.mnadopt.org/index.html'>Home              </a></td>");
  document.write("<td class='tabletdnav' width='16%' nowrap align='center'> <a href='http://www.mnadopt.org/meetthekids.html'>Meet&nbsp;the&nbsp;Kids </a></td>");
  document.write("<td class='tabletdnav' width='16%' nowrap align='center'> <a href='http://www.mnadopt.org/information.html'>Information       </a></td>");
  document.write("<td class='tabletdnav' width='16%' nowrap align='center'> <a href='http://www.mnadopt.org/resources.html'>Resources/Support         </a></td>");
  document.write("<td class='tabletdnav' width='16%' nowrap align='center'> <a href='http://www.mnadopt.org/training.html'>Trainings          </a></td>");
  document.write("<td class='tabletdnav' width='16%' nowrap align='center'> <a href='http://www.mnadopt.org/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='http://www.mnadopt.org/index.html'>Home</a></td>");
  document.write("<td width='80' nowrap align='center'> <a style='text-decoration: underline;' href='http://www.mnadopt.org/contactus.html#Volunteer' >Volunteer </a></td>");
  document.write("<td width='80' nowrap align='center'> <a style='text-decoration: underline;' href='http://www.mnadopt.org/contactus.html'>Contact Us</a></td>");
  document.write("<td width='80' nowrap align='center'> <a style='text-decoration: underline;' href='http://www.mnadopt.org/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='http://www.mnadopt.org/images/dhs_logo.gif' width='150' height='70' /> </td>");
  document.write("</tr>");
  document.write("</table>");
  document.write("<center>Copyright© 2010 MN Adopt. All rights reserved");
//  document.write("<a href=http://www.google.com><img src='http://www.mnadopt.org/images/blank.gif' width=5 height=5 border=0></a>");
}
