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()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#252976";
onbgcolor="#219817";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#252976', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#d9daff";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left="offset=-150";
menuwidth=150
orientation="vertical";
style=menuStyle;
top="offset=-100";
aI("text=Home;url=http://www.flexerv.com/index.htm;");
aI("showmenu=Services;text=Services;")
aI("showmenu=Training;text=Training;");
aI("showmenu=Links;text=Links;");
aI("showmenu=AboutUs;text=AboutUs;");
}

with(milonic=new menuname("Services")){
overflow="scroll";
style=menuStyle;
aI("text=Overview;url=http://www.flexerv.com/Services.htm;")
aI("text=Implementation;url=http://www.flexerv.com/Implementation.htm;")

}

with(milonic=new menuname("Training")){
overflow="scroll";
style=menuStyle;
aI("text=Introduction;url=http://www.flexerv.com/TrainIntro.htm;")
aI("text=Basic Training;url=http://www.flexerv.com/Basic.htm;")

}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Temenos;url=http://www.temenos.com/;");
aI("text=JBase;url=http://www.jbase.com/;");
aI("text=Oracle;url=http://www.oracle.com/;");
}

with(milonic=new menuname("AboutUs")){
style=menuStyle;
aI("text=Contact Us;url=http://www.flexerv.com/AboutUsFAQ.htm;");

}


drawMenus();


