_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=-10 // Sub menu left offset
projectid=9;



with(menuStyle=new mm_style()){
	
bordercolor="#F86830";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="65%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#F86830";
headercolor="#F86830";
offbgcolor="#F86830";
offcolor="#efefef";
onbgcolor="#F77E4E";
//onbgcolor="#95A0A9";
oncolor="#FFFFFF";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=3;
//pagebgcolor="#82B6D7";
//pagecolor="black";
separatorcolor="#F7BCA6";
//separatorpadding=20;
separatorsize=1;
//subimage="arrow.gif";
//subimagepadding=20;
}


with(submenuStyle=new mm_style()){
itemwidth=150;
margin=0;	
bordercolor="#F86830";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="65%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#F86830";
headercolor="#F86830";
offbgcolor="#F86830";
offcolor="#EFEFEF";
onbgcolor="#FA4701";
oncolor="#FFFFFF";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=3;
//pagebgcolor="#82B6D7";
//pagecolor="black";
separatorcolor="#F7956F";
//separatorpadding=20;
separatorsize=1;
//subimage="arrow.gif";
//subimagepadding=20;
}

with(milonic=new menuname("about")){
style=submenuStyle;
//aI("text=Company Overview;url=/mww/en/aboutus/about_us.shtml;");
aI("text=President's Message;url=/mww/en/aboutus/presidents_message.shtml;");
aI("text=Core Values;url=/mww/en/aboutus/corevalueslist.shtml;");
aI("text=Logistics Industry;url=/mww/en/aboutus/logistics_industry.shtml;");
aI("text=Careers;url=/mww/en/aboutus/careers.shtml;");
aI("text=Contact Us;url=/mww/en/contact.shtml;");
}


with(milonic=new menuname("newsroom")){
style=submenuStyle;
aI("text=Press Releases;url=/mww/en/newsroom/prarchives/press_releases.shtml;");
//aI("text=Media Contact;url=/mww/en/pressroom/mediacontacts.shtml;");
aI("text=Awards;url=/mww/en/newsroom/awards.shtml;");
aI("text=Articles;url=/mww/en/newsroom/articles.shtml;");
//aI("text=History;url=/mww/en/newsroom/history.shtml;");
aI("text=Supply Chain Industry Links;url=/mww/en/newsroom/internet_links.shtml;");
//aI("text=Photos;url=/mww/en/pressroom/photos.shtml;");
}



with(milonic=new menuname("services")){
style=submenuStyle;
//aI("text=Overview;url=/mww/en/services/services.shtml;");
aI("text=Transportation Management;url=/mww/en/services/transportation_management.shtml;");
aI("text=Warehouse Management;url=/mww/en/services/warehouse_management.shtml;");
aI("text=Value Added Services;url=/mww/en/services/value_added_services.shtml;");
aI("text=Professional Services;url=/mww/en/services/professional_services.shtml;");
aI("text=Menlo DirectTech Solutions;url=/mww/en/services/directtech.shtml;");
aI("text=Information Technology;url=/mww/en/services/informationtechnology.shtml;");
}

with(milonic=new menuname("industries")){
style=submenuStyle;
aI("text=Automotive;url=/mww/en/industries/automotive.shtml;");
aI("text=High Technology;url=/mww/en/industries/high_technology.shtml;");
aI("text=Retail / Consumer Packaged Goods;url=/mww/en/industries/retail.shtml;");
aI("text=Chemical;url=/mww/en/industries/chemical.shtml;");
aI("text=Public Sector;url=/mww/en/industries/public_sector.shtml;");
}

drawMenus();

