//this is a .html file instead of a .js so that FBT will serve the page with substr for all SUBS
fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=100;
_menuOpenDelay=50;
_subOffsetTop=2;
_subOffsetLeft=-2;
with(menuStyle=new mm_style()){
onclass="fitMenuOn";
offclass="fitMenuOff";
separatorheight="10";
separatorcolor="black";
itemheight="30";
outfilter="fade(duration=0.2)";
overfilter="Fade(duration=0.2);";
position="relative";
}
with(submenuStyle=new mm_style()){
offclass="fitSubMenuOff";
onclass="fitSubMenuOn";
styleid=1;
itemheight="30";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
subimage="milonicMenu/macarrow_off.gif";
outfilter="fade(duration=0.2)";
overfilter="Fade(duration=0.2);";
rawcss="padding:3px;padding-left:10px;padding-right:10px;text-decoration:none;";
}
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
menuwidth="400";
aI("separatorsize=1;align=center;text=;url=&page=com.other.MainMenu;");
aI("separatorsize=1;align=center;text=;showmenu=ACTIONS;;url=javascript:void(0)");
//aI("separatorsize=1;align=center;text=;showmenu=TOOLS;url=&page=com.other.Filter;");
}
with(milonic=new menuname("ACTIONS")){
style=submenuStyle;
//
}
with(milonic=new menuname("TOOLS")){
style=submenuStyle;
aI("text=;url=&page=com.other.Filter;");
aI("text=;url=&page=com.other.SelectReport;");
aI("text=;url=&page=com.other.AdminChart;");
}
drawMenus();