//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=800;
_menuOpenDelay=50;
_subOffsetTop=0;
_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);";
}

with(milonic=new menuname("Menu")){
alwaysvisible=1;
orientation="Vertical";
style=submenuStyle;
menuwidth="50";
aI("separatorsize=1;align=center;text=<nobr>Online Training Menu;showmenu=ONLINETRAINING;url=http://www.fittrackingsolutions.com/support/onlineTraining.html;");
}

with(milonic=new menuname("ONLINETRAINING")){
style=submenuStyle;
aI("text=Introduction;showmenu=INTRO;url=http://www.fittrackingsolutions.com/demos/fit/FIT-Introduction.html;");
aI("text=User Tutorial;showmenu=USERTUTORIAL;url=http://www.fittrackingsolutions.com/demos/fit/FIT-UserTutorial.html;");
aI("text=TestSpec Module;showmenu=TESTSPEC;url=http://www.fittrackingsolutions.com/demos/testspec/testspec-intro.htm;");
aI("text=Best Practices;showmenu=BESTPRACTICES;url=http://www.fittrackingsolutions.com/support/training/FIT-BestPractices.html;");
}

with(milonic=new menuname("INTRO")){
style=submenuStyle;
aI("text=Introduction;url=http://www.fittrackingsolutions.com/demos/fit/FIT-Introduction.html;");
aI("text=Core Features;url=http://www.fittrackingsolutions.com/demos/fit/FIT-CoreFeatures.html;");
aI("text=Configurable Interface;url=http://www.fittrackingsolutions.com/demos/fit/FIT-ConfigurableInterface.html;");
aI("text=Configurable Access;url=http://www.fittrackingsolutions.com/demos/fit/FIT-ConfigurableAccess.html;");
}


with(milonic=new menuname("USERTUTORIAL")){
style=submenuStyle;
aI("text=User Tutorial;url=http://www.fittrackingsolutions.com/demos/fit/FIT-UserTutorial.html;");
aI("text=Navigation Menu;url=http://www.fittrackingsolutions.com/demos/fit/FIT-CoreFeatures.html;");
aI("text=Main Menu;url=http://www.fittrackingsolutions.com/demos/fit/FIT-MainMenu.html;");
aI("text=New Bug Menu;url=http://www.fittrackingsolutions.com/demos/fit/FIT-NewBugMenu.html;");
aI("text=View Bug Menu;url=http://www.fittrackingsolutions.com/demos/fit/FIT-ViewBugMenu.html;");
aI("text=Charts;url=http://www.fittrackingsolutions.com/demos/fit/FIT-Charts.html;");
aI("text=Reports;url=http://www.fittrackingsolutions.com/demos/fit/FIT-Reports.html;");
aI("text=Filters;url=http://www.fittrackingsolutions.com/demos/fit/FIT-Filters.html;");
}

with(milonic=new menuname("TESTSPEC")){
style=submenuStyle;
aI("text=Introduction;url=http://www.fittrackingsolutions.com/demos/testspec/testspec-intro.htm;");
aI("text=Projects;url=http://www.fittrackingsolutions.com/demos/testspec/testspec-projects.htm;");
aI("text=Test Runs;url=http://www.fittrackingsolutions.com/demos/testspec/testspec-testruns.htm;");
aI("text=Features;url=http://www.fittrackingsolutions.com/demos/testspec/testspec-features.htm;");
aI("text=Configuration;url=http://www.fittrackingsolutions.com/demos/testspec/testspec-started.htm;");
}

with(milonic=new menuname("BESTPRACTICES")){
style=submenuStyle;
aI("text=Coming Soon;");
}

drawMenus();