

function showMenuTop()
{
	document.write('<a href="code/about.html" class="content-white-sm">ABOUT US</a>&nbsp;&nbsp;');
	document.write('<a href="code/donate.html" class="content-white-sm">SUPPORT US</a>&nbsp;&nbsp;');
	document.write('<a href="#" class="content-white-sm">PREVENTION PROGRAMS</a>&nbsp;&nbsp;&nbsp;');
	document.write('<a href="code/jobs.html" class="content-white-sm">JOB OPPORTUNITIES</a>&nbsp;&nbsp;');
	document.write('<a href="code/contact.html" class="content-white-sm">CONTACT US</a>&nbsp;&nbsp;');
	document.write('<a href="code/site.html" class="content-white-sm">SITE MAP</a>');
}


function showMenuMain()
{
	document.write('<a href="../index.html" class="content-white-sm">HOME</a>&nbsp;&nbsp;');
	document.write('<a href="about.html" class="content-white-sm">ABOUT US</a>&nbsp;&nbsp;');
	document.write('<a href="donate.html" class="content-white-sm">SUPPORT US</a>&nbsp;&nbsp;');
	document.write('<a href="#" class="content-white-sm">PREVENTION PROGRAMS</a>&nbsp;&nbsp;&nbsp;');
	document.write('<a href="ParentingResources.html" class="content-white-sm">PARENTS</a>&nbsp;&nbsp;&nbsp;');
	document.write('<a href="jobs.html" class="content-white-sm">JOB OPPORTUNITIES</a>&nbsp;&nbsp;');
	document.write('<a href="contact.html" class="content-white-sm">CONTACT US</a>&nbsp;&nbsp;');
	document.write('<a href="site.html" class="content-white-sm">SITE MAP</a>');
}
function showMenuDonate()
{
	document.write('<a href="ribbon-wrist-sale.html" class="link-white" >Buy Blue Ribbon Magnet</a><BR/>');
    document.write('<a href="ribbon-wrist-sale.html" class="link-white" >Buy Wrist Band</a><br/>');
	document.write('<a href="ribbon-wrist-sale.html" class="link-white" >Buy Key Chain</a><br/>');
    document.write('<a href="bequest.html" class="link-white" >Bequest/Planned Giving</a><br/>');
	document.write('<a href="matching.html" class="link-white">Employee Matching Gifts</a><br/>');
	document.write('<a href="ini_kind.html" class="link-white">In-Kind Donations</a><br/>');
	document.write('<a href="memorial.html" class="link-white" >Memorial & Honor Gifts</a><br/>');
	document.write('<a href="partners.html" class="link-white" >Prevention Partner</a><br/>');
	document.write('<a href="http://www.igive.com/igiveajax/" class="link-white" target="_blank" >Shop On-Line</a><br/>');
	document.write('<a href="donate_events.html" class="link-white" >Special Events</a><br/>');
	document.write('<a href="stocks.html" class="link-white" >Stocks/Securities</a><br/>');
	document.write('<a href="vehicle_donation.html" class="link-white" >Vehicle Donations</a><br/>');
	document.write('<a href="workplace_giving.html" class="link-white" >Workplace Giving</a>');
}

