

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/bannerimage_oct2010.jpg' usemap='#map1' />");
  document.write("<map name='map1'>");
  document.write("<area shape='rect' coords='40,20,70,70' href='https://remote.mnadopt.org/Remote' target=_blank>");
  document.write("<area shape='poly' coords=165,70,459,66,466,117,156,116,157,77' href='http://www.mnadopt.org'>");

  document.write("</map>");
  document.write("</td>");

  document.write("<td width='200' valign='top'>");
  //document.write("<br /><br /><a style='text-decoration: underline;' href='http://www.mnadopt.org/contactus.html'>Contact Us</a>&nbsp;&nbsp;&nbsp;<a style='text-decoration: underline;' href='http://www.mnadopt.org/login/'>User Login</a><br><br>");
  document.write("<br /><br /><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='15%' nowrap align='center' onmouseover='this.className=\"tabletdnavover\"' onmouseout='this.className=\"tabletdnav\"' onclick='document.location=\"http://www.mnadopt.org\"'>Home</td>");
  document.write("<td class='tabletdnav' width='15%' nowrap align='center' onmouseover='this.className=\"tabletdnavover\"' onmouseout='this.className=\"tabletdnav\"' onclick='document.location=\"http://www.mnadopt.org/meetthekids.php\"'>Meet&nbsp;the&nbsp;Kids</td>");
  document.write("<td class='tabletdnav' width='15%' nowrap align='center' onmouseover='this.className=\"tabletdnavover\"' onmouseout='this.className=\"tabletdnav\"' onclick='document.location=\"http://www.mnadopt.org/information.html\"'>Information</td>");
  document.write("<td class='tabletdnav' width='15%' nowrap align='center' onmouseover='this.className=\"tabletdnavover\"' onmouseout='this.className=\"tabletdnav\"' onclick='document.location=\"http://www.mnadopt.org/resources.html\"'>Resources/Support</td>");
  document.write("<td class='tabletdnav' width='15%' nowrap align='center' onmouseover='this.className=\"tabletdnavover\"' onmouseout='this.className=\"tabletdnav\"' onclick='document.location=\"http://www.mnadopt.org/training.html\"'>Trainings</td>");
  document.write("<td class='tabletdnav' width='15%' nowrap align='center' onmouseover='this.className=\"tabletdnavover\"' onmouseout='this.className=\"tabletdnav\"' onclick='document.location=\"http://www.mnadopt.org/aboutus.html\"'>About&nbsp;Us</td>");
  document.write("<td class='tabletdnav' width='6%' nowrap align='center' onmouseover='this.className=\"tabletdnavover\"' onmouseout='this.className=\"tabletdnav\"' onclick='document.location=\"http://www.mnadopt.org/HELP.html\"'><span style='color: rgb(239, 122, 45);'>HELP</span></td>");
  document.write("</tr>");
  document.write("</table>");
}

function show_footer_nav() {
 
  document.write("<table border='0' cellspacing='0' class='footerbar' cellpadding='5'>");
  document.write("<tr>");
  document.write("<td width='80' nowrap align='center'> <a class='footerlink' href='http://www.mnadopt.org'>Home</a></td>");
  document.write("<td width='80' nowrap align='center'> <a class='footerlink' href='http://www.mnadopt.org/contactus.html#Volunteer' >Volunteer </a></td>");
  document.write("<td width='80' nowrap align='center'> <a class='footerlink' href='http://www.mnadopt.org/contactus.html'>Contact Us</a></td>");
  document.write("<td width='80' nowrap align='center'> <a class='footerlink' href='http://www.mnadopt.org/aboutus.html'>About&nbsp;Us</a></td>");
  document.write("<td width='80' nowrap align='center'> <a class='footerlink' 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("</tr>");
  document.write("</table>");
document.write("<table border='0' width='100%' cellspacing='0'  cellpadding='0' style='margin-top:5px;'>");
  document.write("<tr>");
document.write("<td valign='top'><center>1221 Nicollet Mall, Suite #501 Minneapolis, MN 55403 &bull; 866.303.6276 &bull; 612.861.7115 &bull; info@mnadopt.org &bull; www.mnadopt.org</center><br /><br /><center>Copyright&copy; 2011 MN Adopt. All rights reserved</center></td>");
  document.write("<td align='right'> <img border='0' align='top' src='http://www.mnadopt.org/images/dhs_logo.gif' width='150' height='70' /> </td>");
 document.write("</tr>");
  document.write("</table>");

//  document.write("<a href=http://www.google.com><img src='http://www.mnadopt.org/images/blank.gif' width=5 height=5 border=0></a>");
}

