//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="fitSubMenuOn";
offclass="fitSubMenuOff";
separatorheight="10";
separatorcolor="black";
itemheight="30";
outfilter="fade(duration=0.2)";
overfilter="Fade(duration=0.2);";
position="relative";
subimage="milonicMenu/macarrow_down.gif";
}

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;
style=menuStyle;
orientation="horizontal";
menuwidth="300";
aI("separatorsize=1;align=center;text=<nobr>Online Training Menu;showmenu=FIT70WEBINAR;url=http://www.fittrackingsolutions.com/support/onlineTraining.html;");
}

// for later
//with(milonic=new menuname("ONLINETRAINING")){
//style=submenuStyle;
//aI("text=FIT 7.0 Webinar;showmenu=FIT70WEBINAR;url=http://www.fittrackingsolutions.com/support/webinars/FIT70/TracksWebinar1.html;");
//}

with(milonic=new menuname("FIT70WEBINAR")){
style=submenuStyle;
aI("text=Webinar 1/8;url=http://www.fittrackingsolutions.com/support/webinars/FIT70/FIT-TracksWebinar1.html;");
aI("text=Webinar 2/8;url=http://www.fittrackingsolutions.com/support/webinars/FIT70/FIT-TracksWebinar2.html;");
aI("text=Webinar 3/8;url=http://www.fittrackingsolutions.com/support/webinars/FIT70/FIT-TracksWebinar3.html;");
aI("text=Webinar Tracks Intro;url=http://www.fittrackingsolutions.com/support/webinars/FIT70/FIT-TracksIntro.html;");
aI("text=Webinar Tracks Advantages;url=http://www.fittrackingsolutions.com/support/webinars/FIT70/FIT-TracksAdvantages.html;");
aI("text=Webinar Tracks At Alcea;url=http://www.fittrackingsolutions.com/support/webinars/FIT70/FIT-TracksAtAlcea.html;");
aI("text=Webinar Tracks Admin;url=http://www.fittrackingsolutions.com/support/webinars/FIT70/FIT-TracksAdmin.html;");
aI("text=Webinar Webinar 8/8;url=http://www.fittrackingsolutions.com/support/webinars/FIT70/FIT-TracksWebinarEnd.html;");
}

drawMenus();