function showBanners(){
document.write('<div style="top: 180px;left: 825px;position: absolute;visibility: show;"><br><a href="http://www.marrow.org" target="_blank"><img src="NMDP_LogoSMALL.jpg" border="none"></a></div>');
}

function linkToolbar(){
document.write('<a href="about.html" target="_self" style="text-decoration:none">About</a>&nbsp//&nbsp<a href="info.html" target="_self" style="text-decoration:none">Info</a>&nbsp//&nbsp<a href="diversity.html" target="_self" style="text-decoration:none">Diversity</a>&nbsp//&nbsp<a href="events.html" target="_self" style="text-decoration:none">Events</a>&nbsp//&nbsp<a href="stories.html" target="_self" style="text-decoration:none">Stories</a>&nbsp//&nbsp<a href="support.html" target="_self" style="text-decoration:none">How to Help</a>&nbsp//&nbsp<a href="news.html" target="_self" style="text-decoration:none">News</a>&nbsp//&nbsp<a href="additional.html" target="_self" style="text-decoration:none">Additional Resources</a>');
}

function bottomLinkToolbar(){
document.write('<a href="about.html" target="_self" style="text-decoration:none">About the Program</a><br>');
document.write('<a href="info.html" target="_self" style="text-decoration:none">Information for Expectant Parents</a><br>');
document.write('<a href="diversity.html" target="_self" style="text-decoration:none">Diversity Community Program</a><br>');
document.write('<a href="events.html" target="_self" style="text-decoration:none">Upcoming Events</a><br>');
document.write('<a href="stories.html" target="_self" style="text-decoration:none">Stories of Triumph</a><br>');
document.write('<a href="support.html" target="_self" style="text-decoration:none">Support the Future of Medical Discoveries</a><br>');
document.write('<a href="news.html" target="_self" style="text-decoration:none">In the News</a><br>');
document.write('<a href="additional.html" target="_self" style="text-decoration:none">Additional Resources</a>');
}

function topToolbar(){
document.write('<a href="index.html" target="_self" style="text-decoration:none">Home</a>&nbsp&nbsp<a href="home.html" target="_self">Welcome Message</a>&nbsp&nbsp<a href="#navcontent">Site Map</a>');
}

function botToolbar(){
showBanners();
document.write('<a href="donate.php" style="text-decoration:none">Support Us</a>&nbsp&nbsp<a href="#top">Top of this Page</a>&nbsp&nbsp<a href="mailto:danbergerinfo@gmail.com" style="text-decoration:none">Contact Us</a>');
}

