
_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=-5              // Sub menu left offset



with(menuStyle=new mm_style()){
align="left";
onbgcolor="#eeeeee";
oncolor="#5c5c5c";
offbgcolor="#eeeeee";
offcolor="#5c5c5c";
bordercolor="#eeeeee";
borderstyle="solid";
borderwidth=0;
separatorcolor="#eeeeee";
separatorsize="5";
padding=5;
fontsize="10pt";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="5c5c5c";
pagebgcolor="#eeeeee";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage= menuSubImage;//"<%=this.PathPrefix%>images/menu/arrow.gif";
subimagepadding="0";
subimageposition="right";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.1)";
}


with(milonic=new menuname("ACMTools")){
style=menuStyle;
aI("text=ACM Manager;url=" + pathPrefix + "manage;status=ACM Manager;");
//aI("text=License Manager;url=" + pathPrefix + "LicenseManager.html;status=License Manager;");
aI("text=Firewall Tools;url="+ pathPrefix + "firewall;status=Firewall Tools;");
aI("text=ACM Registration;url=" + pathPrefix + "register;status=ACM Registration;");
aI("text=Emergency Recovery;url=" + pathPrefix + "emergency;status=Emergency Recovery;");
}

with(milonic=new menuname("Support")){
style=menuStyle;
aI("text=Technical Support;url=" + pathPrefix + "support;status=Technical Support;");
aI("text=Help;url=" + pathPrefix + "help;status=View Help Documents");
}