//Created by M. Galloway on 6/10/2010
/*
javascript for use instead of server-side include lines in poisonsafe or
Poison Prevention HTML files in For Kids/Kidspace/Youth
Replaces: /div/poisonsafe/includes/poison.navbar
*/

document.write('<!-- poison_navbar.js starts -->\n');
document.write('<map name="kidbig">\n');
document.write('   <area shape=rect coords="8,8,69,24" href="kjump.html">\n');
document.write('   <area shape=rect coords="8,26,69,43" href="phome.html">\n');
document.write('</map>\n');
document.write('<div class="center">\n');
document.write('<a href="disclaim.html"><img src="/div/images/poisonsafe/bttndscl.gif" height="55" width="80" border=0 alt="Disclaimer"></a>\n');
document.write('<a href="/cgi-bin/imagemap/youth/poisonsafe/kidbig.map"><img ismap usemap="#kidbig" src="/div/images/poisonsafe/bttnkbp.gif" height="55" width="80" alt="kid or grownup"></a>\n');
document.write('<a href="contact.html"><img src="/div/images/poisonsafe/bttncntc.gif" height="55" width="80" alt="Contact Us"></a>\n');
document.write('</div>\n');
document.write('<!-- poison_navbar.js ends -->\n');


