<!-- //

function addMenuItem(name, alink, header)
{
	document.write('    <tr> ');
	document.write('      <td width="100%" height="18" class="Menuwastewater" onMouseOver="MM_timelineStop(\'MENUOFF\')" onMouseOut="MM_timelinePlay(\'MENUOFF\');MM_timelineGoto(\'MENUOFF\',\'1\')"> ');
	if (header)
	{
		document.write('        <a style="width:100%" href="'+alink+'"><strong>'+name+'</strong></a></td>');
	}
	else
	{
		document.write('		<a style="width:100%;text-indent: .5em;" href="'+alink+'">'+name+'</a></td>');
	}
	document.write('    </tr>');
}

document.write('  <table width="100%" border="0" cellpadding="1" cellspacing="1"  bgcolor="#FFFFFF">');
addMenuItem("Treatment Plant","../cd/ww/treatmentplants.html",true);
	addMenuItem("Type of Treatment Plant","../cd/ww/typesofplants.html",false);
	addMenuItem("Directions to Treatment Plant","../cd/ww/directions.html",false);
	addMenuItem("Tour Information","../cd/ww/tourinformation.html",false);
	addMenuItem("History","../cd/ww/history.html",false);
	addMenuItem("Frequently Asked Questions","../cd/ww/sewerFAQs.html",false);
	addMenuItem("Contacts","../cd/ww/contacts.html",false);
addMenuItem("San. Sewer Systems","../cd/ww/sanitarysewer.html",true);
addMenuItem("Connections/Billing","../cd/ww/connectionsbilling.html",true);
addMenuItem("Sewer Use Ordinance","../cd/ww/seweruseordinance.html",true);
addMenuItem("Septage Users","../cd/ww/septageusers.html",true);
	addMenuItem("List of Authorized Haulers","../cd/ww/listofhaulers.html",false);
	addMenuItem("Industrial Permit Application","../cd/ww/industrialpermitapplication.html",false);
	addMenuItem("Waste Hauler Application","../cd/ww/wastehaulerapplication.html",false);
	addMenuItem("Treated Stormwater Permit Application","../cd/ww/treatedstormwaterpermitapplication.html",false);
	addMenuItem("Treatment Rates for Hauled Waste","../cd/ww/ratesdischarge.html",false);
	addMenuItem("One Time Discharge","../cd/ww/ratesdischarge.html",false);
document.write('  </table>');
//-->