// JavaScript Document
/* subNav content 
this file holds all liks for the sub nav.
changes made to this file will propogate throughout the entire site.
*/

function subNavA(){
	var subNav_contentA = ''
+'<a href="https://www.mawss.com/requestLeakCredit.html" class="footerLinks">Request Leak Credit</a> | '
+'<a href="https://www.mawss.com/requestMeterReread.html" class="footerLinks">Request Meter Reread</a> | '
+'<a href="https://www.mawss.com/donateToEuwap.html" class="footerLinks">Donate to EUWAP</a> | '
+'<a href="https://www.mawss.com/requestBankDraft.html" class="footerLinks">Request Bank Draft</a> | '
+'<a href="https://www.mawss.com/newTransferTerminateService.html" class="footerLinks">New / Transfer & Terminate Service</a> | '
+'<a href="https://www.mawss.com/orderIrrigationMeter.html" class="footerLinks">Order Irrigation Meter</a> | '
+'<a href="https://www.mawss.com/changeBillingName.html" class="footerLinks">Change Billing Name</a> | '
+'<a href="http://www.mawss.com/payMyBill.html" class="footerLinks">Pay My Bill</a> | '
+'<a href="http://www.mawss.com/ratesAndBilling.html" class="footerLinks">Rates &amp; Billing</a>'
+'<br />&nbsp;<br />';
	document.write(subNav_contentA);
}

function subNavB(){
	var subNav_contentB = ''
+'<a href="http://www.mawss.com/missionOutreach.html" class="footerLinks">Mission / Outreach</a> | '
+'<a href="http://www.mawss.com/boardOfDirectors.html" class="footerLinks">MAWSS Board of Directors</a> | '
+'<a href="http://www.mawss.com/waterSystem.html" class="footerLinks">Water System</a> | '
+'<a href="http://www.mawss.com/wasteWaterSystem.html" class="footerLinks">Waste Water System</a> | '
+'<a href="http://www.mawss.com/EnvironmentalPrograms.html" class="footerLinks">Environmental Programs</a>'
+'<br />&nbsp;<br />';
	document.write(subNav_contentB);
}

function subNavC(){
	var subNav_contentC = ''
+'<a href="http://www.mawss.com/emergencyclosings.html" class="footerLinks">Emergency Closing</a> | '
+'<a href="http://www.mawss.com/hurricanePreparedness.html" class="footerLinks">Hurricane Preparedness</a> | '
+'<a href="http://www.mawss.com/calendarOfEvents.html" class="footerLinks">Calendar of Events</a> | '
+'<a href="http://www.itseasytobeungreasy.com" class="footerLinks">Grease Recycling</a>|'
+'<a href="http://www.mawss.com/newsletters.html" class="footerLinks">MAWSS Newsletters</a> | '
+'<a href="http://www.mawss.com/brochures.html" class="footerLinks">PDF\'s of Brochures</a> | '
+'<a href="http://www.mawss.com/pressReleases.html" class="footerLinks">Press Releases</a>| '
+'<a href="http://www.mawss.com/waterColorcontest.html" class="footerLinks">Water Color Contest</a>| '
+'<br />&nbsp;<br />';
	document.write(subNav_contentC);
}

function subNavD(){
	var subNav_contentD = ''
+'<a href="https://www.mawss.com/customerServey.html" class="footerLinks">Customer Survey</a> | '
+'<a href="http://www.mawss.com/thankYou.html" class="footerLinks">Thank You!</a>'
+'<br />&nbsp;<br />';
	document.write(subNav_contentD);
}

function subNavE(){
	var subNav_contentE = ''
+'<a href="http://www.mawss.com/moneySavingIdeas.html" class="footerLinks">Money Saving Ideas</a> | '
+'<a href="http://www.mawss.com/readMoreAboutWater.html" class="footerLinks">Read More About Water</a> | '
+'<a href="http://www.mawss.com/faq.html" class="footerLinks">FAQ\'s</a>'
+'<br />&nbsp;<br />';
	document.write(subNav_contentE);
}

function subNavF(){
	var subNav_contentF = ''
+'<a href="http://www.mawss.com/boardOfDirectors.html" class="footerLinks">MAWSS Board of Directors</a> | '
+'<a href="http://www.mawss.com/proposedrates2009.pdf" class="footerLinks">Proposed Rates for 2009</a> | '
+'<a href="http://www.mawss.com/bids.html" class="footerLinks">Bids</a> | '
+'<a href="http://www.mawss.com/uubeProgram.html" class="footerLinks">UUBE Program</a> | '
+'<a href="http://www.mawss.com/vendorInformation.html" class="footerLinks">Vendor Information</a> |'
+'<a href="http://www.mawss.com/publicnotice_section12ee_appcpg2.pdf" class="footerLinks">Proposed Revisions to Standard Specs</a> |'
+'<a href="http://www.govdeals.com" class="footerLinks">Government Deals</a> |'
+'<br />&nbsp;<br />';
	document.write(subNav_contentF);
}
