function setHighlight(_itemNumber) { _itemNumber-- _mi[_itemNumber][7]=_mi[_itemNumber][19] itemOff(_itemNumber) } _menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=150 // The time delay before menus open on mouse over _subOffsetTop=10 // Sub menu top offset _subOffsetLeft=0 // Sub menu left offset _scrollAmount=0 // Only needed for Netscape 4.x _scrollDelay=20 // Only needed for Netcsape 4.x with(topBarStyle=new mm_style()){ offbgcolor="#FFFFFF"; offcolor="#6699CC"; ondecoration="underline" pagebgcolor="#E7EFF7" padding=10; fontsize="11px"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; fontweight="bold" } with(subStyle=new mm_style()){ offbgcolor="#FFFFFF"; offcolor="#6699CC"; onbgcolor="#6699CC" oncolor="#FFFFFF" padding=4; fontsize="11px"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; fontweight="bold" bordercolor="#6699CC" borderwidth=1 outfilter = "Fade(duration=0.3);" itemwidth=170 } with(milonic=new menuname("main menu")){ style=topBarStyle; alwaysvisible=1 orientation="horizontal" itemheight=35 align="center" top=90; left=15; aI("text=Home;url=http://www.thecloroxcompany.com"); aI("text=Company Information;showmenu=Company Information;url=http://www.thecloroxcompany.com/company/index.html"); aI("text=Our Products;showmenu=Our Products;url=http://www.thecloroxcompany.com/products/index.html"); aI("text=Investors;showmenu=Investing;url=http://www.thecloroxcompany.com/investors/index.html"); aI("text=Careers;showmenu=Careers;url=http://www.thecloroxcompany.com/careers/index.html"); aI("text=Community;showmenu=Community;url=http://www.thecloroxcompany.com/community/index.html"); } with(milonic=new menuname("Company Information")){ style=subStyle; aI("text=Company News;url=http://www.thecloroxcompany.com/company/news/index.html"); aI("text=Governance;url=http://www.thecloroxcompany.com/company/standards.html"); aI("text=Clorox Worldwide;url=http://www.thecloroxcompany.com/company/global.html"); aI("text=Company History;url=http://www.thecloroxcompany.com/company/history/index.html"); } with(milonic=new menuname("Our Products")){ style=subStyle; aI("text=US Consumer;url=http://www.thecloroxcompany.com/products/us_consumer/index.html"); aI("text=Professional;url=http://www.thecloroxcompany.com/products/professional.html"); aI("text=International;url=http://www.thecloroxcompany.com/products/international.html"); } with(milonic=new menuname("Investing")){ style=subStyle; aI("text=Stock Information;url=http://www.shareholder.com/clx/stock.cfm"); aI("text=Financial Information;url=http://www.thecloroxcompany.com/investors/financialinfo/annreports/index.html"); aI("text=News and Events;url=http://www.thecloroxcompany.com/investors/newsevents/index.html"); aI("text=Clorox Code of Ethics;url=http://www.thecloroxcompany.com/company/standards.html"); aI("text=Investor Assistance;url=http://www.thecloroxcompany.com/investors/irassist/ircontact.html"); } with(milonic=new menuname("Careers")){ style=subStyle; aI("text=Careers Home;url=http://www.thecloroxcompany.com/careers/index.html"); aI("text=Working at Clorox;url=http://www.thecloroxcompany.com/careers/work.html"); aI("text=Locations;url=http://www.thecloroxcompany.com/careers/loc.html"); aI("text=Opportunities;url=http://www.thecloroxcompany.com/careers/opp.html"); aI("text=FAQs;url=http://www.thecloroxcompany.com/careers/faqs.html"); } with(milonic=new menuname("Community")){ style=subStyle; aI("text=Clorox Company Foundation;url=http://www.thecloroxcompany.com/community/index.html"); aI("text=Foundation Annual Report;url=http://www.thecloroxcompany.com/community/2004far.html"); aI("text=History;url=http://www.thecloroxcompany.com/community/history.html"); aI("text=Grant Guidelines;url=http://www.thecloroxcompany.com/community/guidelines.html"); aI("text=Apply for a Grant;url=http://www.thecloroxcompany.com/community/how.html"); } drawMenus();