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=CM;text=Modules;");
aI("showmenu=F;text=Features;");
aI("showmenu=R;text=Reference;");
aI("showmenu=CU;text=Contact Us;url=contact-dj.html");
aI("showmenu=L;text=Links;url=dj-links.html");
aI("showmenu=OM;text=Order 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;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=Phrases Module;url=dj-modules.html#5")
aI("text=Sports Module;url=dj-modules.html#6")
aI("text=Vocabulary Module;url=dj-modules.html#7")
aI("text=World Module;url=dj-modules.html#8")
aI("text=VW Food & Health Module;url=dj-modules.html#VW2")
aI("text=VW Names Module;url=dj-modules.html#VW4")
aI("text=VW Vocabulary Module;url=dj-modules.html#VW6")
aI("text=Spanish Vocabulary Module;url=dj-modules.html#SP")
aI("text=French Vocabulary Module;url=dj-modules.html#FR")
}

with(milonic=new menuname("F")){
style=menuStyle2;
aI("text=DJ 2012 Flier;url=dj-flier.pdf")
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")
}

with(milonic=new menuname("R")){
overflow="scroll";
style=menuStyle2;
aI("text=Helpful List Of Acronyms;url=dj-helpful-acronyms.doc")
aI("text=1000 Most Common Words A-Z;url=1000 most common words A-Z.pdf")
aI("text=Fix Stacking Issues;url=dj-fix-stacking-issues.pdf")
aI("text=Common Weather Terms & Brief Forms;url=dj-weather-terms-forms.doc")
aI("text=Writer Setup Instructions;url=Writer-Setup-for-Dictionary-Jumpstart.pdf")
aI("text=CAT Import Instructions - Catalyst;url=DJ - Case Catalyst Instructions.pdf")
aI("text=CAT Import Instructions - Eclipse;url=DJ - Eclipse Instructions.pdf")
}

drawMenus();


