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=Investors;showmenu=Investing;url=http://investors.thecloroxcompany.com/");
aI("text=Our Products;showmenu=Our Products;url=http://www.thecloroxcompany.com/products/index.html");
aI("text=Innovation;showmenu=Innovation;url=http://www.thecloroxcompany.com/innovation/index.html");
aI("text=Careers;showmenu=Careers;url=http://www.thecloroxcompany.com/careers/index.html");
aI("text=Corporate Social Responsibility;url=http://cloroxcsr.com;target=_blank");
}

with(milonic=new menuname("Company Information")){
style=subStyle;
aI("text=Newsroom;url=http://investors.thecloroxcompany.com/newsroom.cfm");
aI("text=For Students;url=http://www.thecloroxcompany.com/company/students/index.html");
aI("text=For Suppliers;url=https://www.suppliers.clorox.com");
aI("text=Corporate Governance;url=http://cloroxcsr.com/governance;target=_blank");
aI("text=Clorox Management;url=http://investors.thecloroxcompany.com/bios.cfm?pg=1&showpage=cm");
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("Investing")){
style=subStyle;
aI("text=Stock Information;url=http://investors.thecloroxcompany.com/stock.cfm");
aI("text=Financial Information;url=http://investors.thecloroxcompany.com/financials.cfm");
aI("text=News and Events;url=http://investors.thecloroxcompany.com/events.cfm");
aI("text=Corporate Governance;url=http://cloroxcsr.com/governance;target=_blank");
aI("text=Clorox Management;url=http://investors.thecloroxcompany.com/bios.cfm?pg=1&showpage=cm");
aI("text=Investor Assistance;url=http://investors.thecloroxcompany.com/comment.cfm");
}

with(milonic=new menuname("Our Products")){
style=subStyle;
aI("text=Product Portfolio;url=http://www.thecloroxcompany.com/products/index.html");
aI("text=Material Safety Data Sheets;url=http://www.thecloroxcompany.com/products/msds/index.html");
aI("text=General Conformity Certificate;url=http://www.thecloroxcompany.com/compliance-cert/index.html");
aI("text=Product Ingredients;url=http://cloroxcsr.com/ingredients-inside/;target=_blank");
}

with(milonic=new menuname("Innovation")){
style=subStyle;
aI("text=Submit Invention Ideas;url=http://cloroxconnects.com/pages/0835748c9f;target=_blank");
aI("text=Participate in Consumer Forums;url=http://cloroxconnects.com/pages/0c10c00a2b;target=_blank");
aI("text=Share Feedback With Us;url=http://www.thecloroxcompany.com/contactus.html");
}

with(milonic=new menuname("Careers")){
style=subStyle;
aI("text=Working Here;url=http://www.thecloroxcompany.com/careers/workinghere.html");
aI("text=Career Areas;url=http://www.thecloroxcompany.com/careers/careerareas.html");
aI("text=Benefits;url=http://www.thecloroxcompany.com/careers/benefits.html");
aI("text=Campus;url=http://www.thecloroxcompany.com/careers/campus.html");
aI("text=Job Search & Apply;url=http://clorox.hodesiq.com/job_start.asp?");
aI("text=FAQs;url=http://www.thecloroxcompany.com/careers/faqs.html");
aI("text=Events;url=http://www.thecloroxcompany.com/careers/events.html");
}

drawMenus();

