fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
margin= 0;
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
separatorcolor="#2D729D";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
itemwidth=122;
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
menuwidth=760;
menuheight=24;
menualign="left"
alwaysvisible=1;
orientation="horizontal";
overfilter="";
position="relative";
aI("text=Home;url=./index.htm;status=Back To Home Page;");
aI("text=About MCI;showmenu=About;");
aI("text=Our Services;showmenu=Services;");
aI("text=Find Us;url=./findus.htm");
aI("text=Links;showmenu=Links;");
aI("text=Contact Us;url=./contact.htm;status=Contact Us;");
}

with(milonic=new menuname("About")){
overflow="scroll";
style=menuStyle;
aI("text=Facilities;url=./facilities.htm;");
aI("text=Staff;url=./staff.htm;");
aI("text=Systems;url=./systems.htm;");
aI("text=Jobs with MCI;url=./jobs.htm;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=Summary;url=./summary.htm;");
aI("text=Warehousing;url=./warehousing.htm;");
aI("text=Internet Fulfillment;url=./internet.htm;");

}


with(milonic=new menuname("Links")){
style=menuStyle;
aI("status=MACS, MCI's Warehouse Management System;text=MACS;target=blank;title=MCI's Warehouse Management System;url=http://www.macs-software.co.uk/;");
aI("status=UKWA, The United Kingdom Warehouse Association;text=UKWA;target=blank;title=The United Kingdom Warehouse Association;url=http://www.ukwa.org.uk/;");
aI("status=RHA, The Road Haulage Association;text=RHA;target=blank;title=The Road Haulage Association;url=http://www.rha.net/;");
}

drawMenus();

