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=0;
_subOffsetLeft=-0;


with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#cccccc";
headercolor="#000000";
image="";
imagepadding=0;
offbgcolor="#ffffff";
offcolor="#666666";
onbgcolor="#ffffff";
oncolor="#ff0000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=10;
subimagepadding=2;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="absolute";
left=0;
orientation="horizontal";
style=menuStyle;
top=0;
style=menuStyle;
aI("text=Knee Simulator;url=Knee.html;");
aI("text=Hip Simulator;url=hip.html;");
aI("text=Ankle-Foot Simulator;url=ankle-foot.html;");
aI("text=Spine;url=spine.html;");



}

drawMenus();

