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(menuStyle1=new mm_style()){
bordercolor="#000000";
borderstyle="none";
borderwidth=0;
fontfamily="Arial,Verdana, Tahoma";
fontsize="14";
fontstyle="normal";
fontweight="normal";
headerbgcolor="none";
headercolor="#000000";
offbgcolor="none";
offcolor="#000000";
onbgcolor="#7CADCD";
oncolor="#FFFFFF";
padding=6;
separatorcolor="006699";
separatorsize=1;
}

with(menuStyle2=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial,Verdana, Tahoma";
fontsize="13";
fontstyle="normal";
fontweight="normal";
headerbgcolor="none";
headercolor="#000000";
offbgcolor="#CCCCCC";
offcolor="#006699";
onbgcolor="7CADCD";
oncolor="#DBE3EA";
padding=7;
separatorcolor="#000000";
separatorsize=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
left=0;
orientation="horizontal";
style=menuStyle1;
top=102;
aI("showmenu=H;text=Home;url=index.html");
aI("showmenu=CP;text=Company Profile;");
aI("showmenu=V;text=More VIDEOS;url=dictionary-jumpstart-multimedia.html");
aI("showmenu=CM;text=DJ Modules;");
aI("showmenu=MI;text=More Information;");
aI("showmenu=RD;text=Reference & Documents;");
aI("showmenu=CU;text=Contact DJ;url=contact-dj.html");
aI("showmenu=OM;text=Order DJ Modules;url=order-dj-modules.html");
}

with(milonic=new menuname("CP")){
overflow="scroll";
style=menuStyle2;
aI("text=About Dictionary Jumpstart;url=about-dictionary-jumpstart.html")
aI("text=Anissa Nierenberger RPR, CRR, CBC;url=anissa-nierenberger.html")
aI("text=Testimonials;url=dj-testimonials.html")
}

with(milonic=new menuname("CM")){
style=menuStyle2;
aI("text=Dictionary Jumpstart 7.0;url=dj-modules.html")
aI("text=Environment Module;url=dj-modules.html#1")
aI("text=Food & Health/Drug Speller Module;url=dj-modules.html#2")
aI("text=Media Module;url=dj-modules.html#3")
aI("text=Names Module;url=dj-modules.html#4")
aI("text=Sports Module;url=dj-modules.html#5")
aI("text=Vocabulary Module;url=dj-modules.html#6")
aI("text=World Module;url=dj-modules.html#7")
aI("text=Major League Baseball Module;url=dj-modules.html#MLB")
aI("text=Spanish Vocabulary Module;url=dj-modules.html#SP")
aI("text=French Vocabulary Module;url=dj-modules.html#FR")
}

with(milonic=new menuname("MI")){
style=menuStyle2;
aI("text=Why Choose Dictionary Jumpstart?;url=why-choose-dj.html")
aI("text=Features & Benefits;url=features-benefits.html")
aI("text=Frequently Asked Questions;url=frequently-asked-questions.html")
aI("text=DJ Application System Requirements;url=order-dj-modules.html")
aI("text=Free DJ Demonstration;url=dj-demonstration.html")
}

with(milonic=new menuname("RD")){
overflow="scroll";
style=menuStyle2;
aI("text=Information & Instructional Videos;url=dictionary-jumpstart-multimedia.html")
aI("text=Interested In Captioning?;url=interested-in-captioning.html")
aI("text=Developing Stenocaptioning Skills;url=developing-stenocaptioning-skills.html")
aI("text=Helpful List Of Acronyms;url=dj-helpful-acronyms.doc")
aI("text=Common Weather Terms & Brief Forms;url=dj-weather-terms-forms.doc")
aI("text=DJ 2010 Flier;url=dj-2010-flier.pdf")
aI("text=Links & Partners;url=dj-links.html")
}

drawMenus();

