//Menu Arrays
Array.prototype.id = "instMenu"
Array.prototype.imgname = "br"

inMenu = new Array(2)
inMenu[0] = new menuLink("Fixture Retrofit Installation", "installation.htm")
inMenu[1] = new menuLink("Operation", "instructions.htm")


bbMenu = new Array(5)
bbMenu.id = "benefitsMenu"
bbMenu.imgname = "bb"
bbMenu[0] = new menuLink("Maintenance Workers", "benefits1.htm")
bbMenu[1] = new menuLink("Lighting Designers", "benefits2.htm")
bbMenu[2] = new menuLink("Home Owners", "benefits3.htm")
bbMenu[3] = new menuLink("Distributors", "distributors/index.htm")
bbMenu[4] = new menuLink("Contractors", "benefits5.htm")

cmtMenu = new Array(3)
cmtMenu.id = "contactMenu"
cmtMenu.imgname = "cmt"
cmtMenu[0] = new menuLink("Contact Us", "contact.htm")
cmtMenu[1] = new menuLink("Rep List", "reps.htm")
cmtMenu[2] = new menuLink("Distributors", "distribution.htm")

fixMenu = new Array(2)
fixMenu.id = "fixMenu"
fixMenu.imgname = "fix"
fixMenu[0] = new menuLink("Complete Fixtures", "fixture-complete.htm")
fixMenu[1] = new menuLink("Retrofitted Fixtures", "fixture.htm")
