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()){
styleid=1;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
image="orangedots.gif";
imagepadding=6;
offbgcolor="#4b9fcb";
offcolor="#ffffff";
onbgcolor="#CC6600";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
overimage="whitedots.gif";
padding=6;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#5871B3";
offcolor="#ffffff";
onbgcolor="#DC9B5B";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#758CC9";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=325;
orientation="horizontal";
style=menuStyle;
top=110;
aI("text=Home;url=index.html;");
aI("showmenu=Products;text=Products;");
aI("showmenu=Markets;text=Markets;");
aI("showmenu=Corporate;text=Corporate;");
}


with(milonic=new menuname("Products")){
margin=7;
style=submenuStyle;
aI("text=Load Frames;url=LoadFrames.html");
aI("text=Actuators;url=Actuators.html");
aI("text=Hydraulic Power Supplies;url=HPS.html");
aI("text=Service Manifolds;url=Service_Manifolds.html");
aI("text=Valves;url=valves.html");
aI("text=Rod Ends & Swivels;url=rods_swivels.html");
aI("text=SC6000 Controller;url=sc6000.html");
aI("text=Services;url=services.html");
}

with(milonic=new menuname("Markets")){
margin=7;
style=submenuStyle;
aI("text=Aerospace;url=aerospace.html");
aI("text=Biomedical;url=biomedical.html");
aI("text=Civil Engineering;url=engineering.html");
aI("text=Material Testing;url=material_testing.html");
aI("text=Vehicle Testing;url=vehicle_testing.html");
}

with(milonic=new menuname("Corporate")){
margin=7;
style=submenuStyle;
aI("text=About Shore Western;url=about.html");
aI("text=Capabilities;url=capabilities.html");
aI("text=Directions;url=directions.html;");
aI("text=Contacts;url=contacts.html;");
aI("text=References;url=references.html;");
}
drawMenus();

