_menuCloseDelay=100          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=5               // Follow scrolling speed
_followRate=50               // Follow scrolling Rate
_subOffsetTop=0;
_subOffsetLeft=0;           // Sub menu left offset
_scrollAmount=3              // Only needed for Netscape 4.x
_scrollDelay=20              // Only needed for Netcsape 4.x
menuZIndex=2000; 

with(menuStyle=new mm_style()){
onbgcolor="#5C0910";
oncolor="#D9CFB1";
offbgcolor="#5C0910";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A5BCCC";
separatorsize=0;
padding=0;
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding=0;
overfilter="";
outfilter="";

}

with(menuStyle2=new mm_style()){
onbgcolor="#D9CFB1";
oncolor="#660000";
offbgcolor="#660000";
offcolor="#D9CFB1";
bordercolor="#DA0000";
borderstyle="solid";
borderwidth=0;
separatorcolor="";
separatorsize=0;
padding=6;
fontsize=11;
fontstyle="normal";
fontfamily="arial, helvetica, sans-seri";
subimage="http://www.wgiheavyminerals.com/javascript/arrow-right.gif";
subimagepadding=8;
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
overfilter="Fade(duration=0.5);Alpha(opacity=95);Shadow(color='#777777', Direction=145, Strength=0)";
outfilter="";
}

with(submenuStyle=new mm_style()){
onbgcolor="#D9CFB1";
oncolor="#660000";
offbgcolor="#660000";
offcolor="#D9CFB1";
bordercolor="#DA0000";
borderstyle="solid";
borderwidth=0;
separatorcolor="";
separatorsize=0;
padding=6;
fontsize=11;
fontstyle="normal";
fontfamily="arial, helvetica, sans-seri";
subimage="http://img.milonic.com/white_7x7.gif";
subimagepadding=8;
}

with(milonic=new menuname("operations")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=160;
aI("text=Emerald Creek;url=/operations/emerald-creek.php;");
aI("text=Kominex;url=/operations/kominex.php;");
aI("text=International Waterjet Parts;url=/operations/international-waterjet.php;");
}

with(milonic=new menuname("products")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=170;
aI("text=Waterjet Abrasives;url=/products-services/waterjet-abrasives.php;");
aI("text=Waterjet Parts;url=/products-services/waterjet-parts.php;");
aI("text=Water Filtration Media;url=/products-services/water-filtration-media.php;");
aI("text=Sandblasting Abrasive;url=/products-services/sandblast-abrasives.php;");
aI("text=Terms & Conditions;url=/products-services/terms-conditions.php;");
}

with(milonic=new menuname("investors")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=180; 
aI("showmenu=shareholders;text=Shareholder Services;url=/investor-center/shareholder-services.php;");
aI("text=Financial Reports;url=/investor-center/financial-reports.php;");
aI("text=News Releases;url=/investor-center/news-releases.php;");
aI("showmenu=corporate;text=Corporate Governance;url=/investor-center/corporate-governance.php;");
aI("text=Board of Directors;url=/investor-center/board-of-directors.php;");
aI("text=Management;url=/investor-center/management.php;");
aI("text=FAQ;url=/investor-center/faq.php;");
aI("text=Forward Looking Statements;url=/investor-center/forward-looking-statements.php;");
}

with(milonic=new menuname("about")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=150; 
aI("text=Locations & Contacts;url=/about-wgi/locations-contacts.php;");
aI("text=Upcoming Events;url=/about-wgi/upcoming-events.php;");
aI("text=Careers;url=/about-wgi/careers.php;");
}

with(milonic=new menuname("shareholders")){
style=submenuStyle;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=160; 
aI("text=Letter to Shareholders;url=/investor-center/shareholder-services-letter.php;");
aI("text=Contact Info;url=/investor-center/shareholder-services-contact.php;");
aI("text=Info Request Form;url=/investor-center/shareholder-services-info.php;");
aI("text=Annual General Meeting;url=/investor-center/shareholder-services-annualmeeting.php;");
}

with(milonic=new menuname("corporate")){
style=submenuStyle;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=160; 
aI("text=Committee Charter;url=/investor-center/corporate-governance-charter.php;");
aI("text=Audit Committee Charter;url=/investor-center/corporate-governance-audit.php;");
aI("text=Business Conduct & Ethics;url=/investor-center/corporate-governance-ethics.php;");
}

drawMenus();


