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(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=0;
}

with(menuStyle=new mm_style()){
bordercolor="#B8B897";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="60%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#2C331D";
offcolor="#ffffff";
onbgcolor="#5B6A3A";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#719767";
pagecolor="ffffff";
separatorcolor="#B8B897";
separatorsize=1;
subimagepadding=2;
}

with(hidho=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=AllImagesStyle;
aI("image=/images/licensenav_01.jpg;showmenu=Home;url=/index.shtml;");
aI("image=/images/licensenav_02.jpg;showmenu=Start;url=/start.shtml;");
aI("image=/images/licensenav_03.jpg;showmenu=Solution;url=/solution.shtml;");
aI("image=/images/licensenav_04.jpg;showmenu=Training;url=/training.shtml;");
aI("image=/images/licensenav_05.jpg;showmenu=Territories;url=/territories.shtml;");
aI("image=/images/licensenav_06.jpg;showmenu=About;url=/about.shtml;");
aI("image=/images/licensenav_07.jpg;showmenu=Community;url=/community.shtml;");
}

with(hidho=new menuname("Home")){
}

with(hidho=new menuname("Start")){
style=menuStyle;
aI("text=Who Should License?;url=/start_license.shtml;");
aI("text=The Business Solution;url=/solution.shtml;");
aI("text=Our Results Base Program;url=/start_program.shtml;");
aI("text=Marketing;url=/start_marketing.shtml;");
aI("text=Training;url=/training.shtml;");
aI("text=Testimonials;url=/start_testimonials.shtml;");
}

with(hidho=new menuname("Solution")){
style=menuStyle;
}

with(hidho=new menuname("Training")){
style=menuStyle;
}

with(hidho=new menuname("Territories")){
style=menuStyle;
}

with(hidho=new menuname("About")){
style=menuStyle;
}

with(hidho=new menuname("Community")){
style=menuStyle;
}


drawMenus();

