<!--
var menuMgr = new NlsMenuManager('mgr');
	function changeTabClass(menuID,elementID)
{
	document.getElementById(elementID).className = 'navOver';
}

function restoreTabClass(menuID,elementID)
{
	document.getElementById(elementID).className = '';
}


function hideAllMenus()
{
	menuMgr.hideMenus();
}
/*  epay menu */
var menuEpay = menuMgr.createMenu('epayMenu');
menuEpay.applyBorder(true, true, false, false);
menuEpay.showIcon=false;
menuEpay.showSubIcon=true;
menuEpay.icPath='/images/menu/'
menuEpay.subMenuIc=['nav-arrow-off.gif','nav-arrow-over.gif'];
menuEpay.absWidth=192;
menuEpay.addItem('0','Action Center','https://www.wccdin.org/egov/apps/action/center.egov');
menuEpay.addItem('1','Rates and Services','http://www.wccdin.org/facts/division.php?fDD=8-20');
menuEpay.addItem('2','Auto Pay Option','http://www.wccdin.org/customers/division.php?fDD=5-12');
menuEpay.addItem('3','Contact Us','https://www.wccdin.org/egov/apps/action/center.egov?action=form&item=6');
/*  facts menu */
var menuFacts = menuMgr.createMenu('facts');
menuFacts.applyBorder(true, true, false, false);
menuFacts.showIcon=false;
menuFacts.showSubIcon=true;
menuFacts.icPath='/images/menu/'
menuFacts.subMenuIc=['nav-arrow-off.gif','nav-arrow-over.gif'];
menuFacts.absWidth=192;
menuFacts.addItem('0','Old White Lick Area Slated for Clay Tile Repair Project','/facts/division.php?fDD=8-59');
menuFacts.addItem('1','Prestwick and Clubhouse Neighborhood Meeting Power Point Presentation on the Clay Tile Repair Project','http://www.wccdin.org/egov/apps/document/center.egov?path=doc&id=381&id2=366&linked=0');
menuFacts.addItem('2','What not to flush down the drain!','/facts/division.php?fDD=8-60');
menuFacts.addItem('3','Rates and Service','/facts/division.php?fDD=8-20');
menuFacts.addItem('4','Preventive maintenance','/facts/division.php?fDD=8-61');
menuFacts.addItem('5','View District Map','/facts/division.php?fDD=8-36');
menuFacts.addItem('6','Costly, Harmful and Illegal Dumping','/facts/division.php?fDD=8-53');
menuFacts.addItem('7','School Partnership Benefits Community','/facts/division.php?fDD=8-52');
menuFacts.addItem('8','Benchmarking Our Performance','/facts/division.php?fDD=8-51');
menuFacts.addItem('9','WCCD Recognized for Excellence','/facts/division.php?fDD=8-50');
menuFacts.addItem('10','Krohn Report is Positive for WCCD','/facts/division.php?fDD=8-49');
menuFacts.addItem('11','Impact on the Community','/facts/division.php?fDD=8-48');
/*  customers Menu */
var menuCustomers = menuMgr.createMenu('customers');
menuCustomers.applyBorder(true, true, false, false);
menuCustomers.showIcon=false;
menuCustomers.showSubIcon=true;
menuCustomers.icPath='/images/menu/'
menuCustomers.subMenuIc=['nav-arrow-off.gif','nav-arrow-over.gif'];
menuCustomers.absWidth=192;
menuCustomers.addItem('0','E-Pay Option','https://www.wccdin.org/egov/apps/bill/pay.egov');
menuCustomers.addItem('1','Auto Pay Option','/customers/division.php?fDD=5-12');
menuCustomers.addItem('2','Action Center','https://www.wccdin.org/egov/apps/action/center.egov');
menuCustomers.addItem('3','Service Transfers','https://www.wccdin.org/egov/apps/action/center.egov?action=form&item=4&fDD=');
menuCustomers.addItem('4','Billing Cycle','/customers/division.php?fDD=5-14');
menuCustomers.addItem('5','Billing Address','/customers/division.php?fDD=5-15');
menuCustomers.addItem('6','Board / Elections','/customers/division.php?fDD=5-16');
menuCustomers.addItem('7','FAQ','http://www.wccdin.org/egov/apps/faq/list.egov?tID=3&hExp=&tqExp=&taExp=&sExp=&fDD=&&path=search');
menuCustomers.addItem('8','Relevant Documents','http://www.wccdin.org/egov/apps/document/center.egov?path=browse&fDD=5-0');
menuCustomers.addItem('9','Index of Policies','http://www.wccdin.org/egov/apps/document/center.egov?path=browse&id=11&fDD=5-0&Apply.x=9&Apply.y=14&Apply=Apply');
menuCustomers.addItem('10','Acts &amp; Resolutions','http://www.wccdin.org/egov/apps/document/center.egov?path=browse&id=3&fDD=5-0&Apply.x=3&Apply.y=10&Apply=Apply');
menuCustomers.addItem('11','Links of Interest','http://www.wccdin.org/egov/apps/document/center.egov?path=browse&id=6&fDD=5-0&Apply.x=15&Apply.y=16&Apply=Apply');
menuCustomers.addItem('12','Contact Information','http://www.wccdin.org/egov/apps/services/index.egov?path=details&action=i&id=5');
/*  developers Menu */
var menuDevelopers = menuMgr.createMenu('developers');
menuDevelopers.applyBorder(true, true, false, false);
menuDevelopers.showIcon=false;
menuDevelopers.showSubIcon=true;
menuDevelopers.icPath='/images/menu/'
menuDevelopers.subMenuIc=['nav-arrow-off.gif','nav-arrow-over.gif'];
menuDevelopers.absWidth=192;
menuDevelopers.addItem('0','FAQ','http://www.wccdin.org/egov/apps/faq/list.egov?tID=3&hExp=&tqExp=&taExp=&sExp=&fDD=&&path=search');
menuDevelopers.addItem('1','Transfer Process','/developers/division.php?fDD=6-26');
menuDevelopers.addItem('2','Relevant Documents','http://www.wccdin.org/egov/apps/document/center.egov?path=browse&fDD=6-0');
menuDevelopers.addItem('3','View District Map','/developers/division.php?fDD=6-39');
menuDevelopers.addItem('4','Contact Information','http://www.wccdin.org/egov/apps/services/index.egov?path=details&action=i&id=5');
menuMgr.renderMenus();
//--!>

