var MENU_ITEMS = [
['ABOUT YOUR WATER','#',{'sw' : 150},
['What is in Your Water?','http://www.hellenbrandwatercenter.com/WhatsInYourWater.cfm',{'sw' : 140},
['Professional Water Analysis','http://www.hellenbrandwatercenter.com/WaterAnalysis.cfm',null
],['Do-It-Yourself Water Test','http://www.hellenbrandwatercenter.com/DoItYourselfWaterTest.cfm',null
],],['Benefits of Water Treatment','http://www.hellenbrandwatercenter.com/BenefitsOfWaterTreatment.cfm',{'sw' : 160}
],['Water FAQ','http://www.hellenbrandwatercenter.com/FrequentlyAskedQuestions.cfm',{'sw' : 80}
],['Water Treatment Articles','http://www.hellenbrandwatercenter.com/WaterTreatmentArticles.cfm',{'sw' : 145}
],['Water Agency Links','http://www.hellenbrandwatercenter.com/WaterAgencyLinks.cfm',{'sw' : 140}
],],['HOME & FAMILY','http://www.hellenbrandwatercenter.com/HomeAndFamily.cfm',{'sw' : 110,'bl' : -160},
['Water Softeners','http://www.hellenbrandwatercenter.com/WaterSofteners.cfm',null,
['ProMate 6','http://www.hellenbrandwatercenter.com/ProMate6.cfm',null
],['ProMate 6 DMT','http://www.hellenbrandwatercenter.com/contentPage.cfm?ID=662',null
],['ProMate 6 Twin Alt','http://www.hellenbrandwatercenter.com/ProMate6TwinAlt.cfm',null
],['H-100 Series','http://www.hellenbrandwatercenter.com/H-100WaterSoftener.cfm',null
],['How a Water Softener Works','http://www.hellenbrandwatercenter.com/HowAWaterSoftenerWorks.cfm',null
],],['Iron Removal System','http://www.hellenbrandwatercenter.com/IronRemovalSystem.cfm',{'sw' : 150},
['ProMate6-Iron Curtain 2.0','http://www.hellenbrandwatercenter.com/contentPage.cfm?ID=661',null
],],['Drinking Water System','http://www.hellenbrandwatercenter.com/DrinkingWaterSystems.cfm',{'sw' : 160},
['Millennium','http://www.hellenbrandwatercenter.com/MillenniumDrinkingWaterSystem.cfm',null,
['How Millennium Works','http://www.hellenbrandwatercenter.com/HowMillenniumWorks.cfm',null
],],['Ion Point Of Use Cooler','http://www.hellenbrandwatercenter.com/IonPointOfUseCooler.cfm',null
],['Always Fresh','http://www.hellenbrandwatercenter.com/AlwaysFresh.cfm',null
],],['Salt','../contentPage.cfm?ID=530',null,
['In-home Delivery','http://www.hellenbrandwatercenter.com/InHomeSaltDelivery.cfm',null
],['Salt Locator Map','saltlocator.cfm',null
],],],['COMMERCIAL/INDUSTRIAL','http://www.hellenbrandwatercenter.com/Commercial.cfm',{'sw' : 170,'bl' : -190},
['About Us','http://www.hellenbrandwatercenter.com/AboutUsCommercial.cfm',{'sw' : 150}
],['Softeners','http://www.hellenbrandwatercenter.com/CommercialSofteners.cfm',{'sw' : 150},
['H-125 Series','http://www.hellenbrandwatercenter.com/H125Series.cfm',null
],['H-150 Series','http://www.hellenbrandwatercenter.com/H150Series.cfm',null
],['H-200 & H-200HF Series','http://www.hellenbrandwatercenter.com/H200_H200HF.cfm',null
],['H-200L Series','http://www.hellenbrandwatercenter.com/H200LSeries.cfm',null
],],['Reverse Osmosis','http://www.hellenbrandwatercenter.com/CommercialReverseOsmosisSystems.cfm',{'sw' : 150}
],['Filtration','http://www.hellenbrandwatercenter.com/Commercial_IronCurtain.cfm',{'sw' : 150},
['Iron Curtain','http://www.hellenbrandwatercenter.com/IronCurtainCommercial.cfm',null
],],],['PRODUCT SUPPORT','#',{'bl' : -430},
['FAQ','http://www.hellenbrandwatercenter.com/Frequently_Asked_Questions.cfm',{'sw' : 125}
],['Contact Us','http://www.hellenbrandwatercenter.com/ContactUs.cfm',{'sw' : 125},
['Customer Satisfaction Survey','Survey.cfm',null
],],['Product Literature','http://www.hellenbrandwatercenter.com/ProductLiterature.cfm',{'sw' : 150}
],['Request Service','http://www.hellenbrandwatercenter.com/RequestService.cfm',{'sw' : 170}
],],['ABOUT US','http://www.hellenbrandwatercenter.com/aboutus.cfm',{'sw' : 90,'bl' : -250},
['History','http://www.hellenbrandwatercenter.com/OurHistory.cfm',{'sw' : 100,'bl' : 150}
],['Raves & Reviews','http://www.hellenbrandwatercenter.com/RavesAndReviews.cfm',{'sw' : 150}
],],['HOME','../index.cfm',{'sw' : 30}
],];
function wrap (text, innerDefault, innerHover, innerClicked,outerDefault, outerHover, outerClicked) {
return [
'<table class='+outerDefault+'><tr><td><table class='+innerDefault+'><tr><td>&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>',
'<table class='+outerHover+'><tr><td><table class='+innerHover+'><tr><td>&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>',
'<table class='+outerClicked+'><tr><td><table class='+innerClicked+'><tr><td>&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>'
];
}