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(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=72;

aI("text=Home;url=index.html;");
aI("showmenu=What;text=What is DryFire?;");
aI("showmenu=Products;text=Products and sales;");
aI("showmenu=Useful;text=Useful stuff;");
aI("text=Download;url=download.htm;");
aI("showmenu=Support;text=Support;");
aI("text=Testimonials;url=testimonials.htm;");
aI("text=FAQ;url=faq.htm;");
aI("showmenu=About;text=About us;");
aI("text=Contact us;url=contacts.htm;");
}

with(milonic=new menuname("What")){
overflow="scroll";
style=menuStyle;
aI("text=Description of the system;url=what.htm;")
aI("text=What you need to run the system;url=need.htm;")
aI("text=Disciplines supported by DryFire;url=disciplines.htm;")
aI("text=Learning to shoot;url=learning.htm;")
aI("text=Getting started with DryFire;url=setup.htm;")
aI("text=Summary of DryFire's features;url=summary.htm;")
}

with(milonic=new menuname("Products")){
overflow="scroll";
style=menuStyle;
aI("text=Product versions available;url=products.htm;")
aI("text=Dealers and distributors;url=dealers.htm;")
aI("text=Calling instructors and shooting grounds;url=instructors.htm;")
aI("text=Price list and order form;url=https://nelson.textdrive.com/~wordcraft/dryfire/intscripts/dfint-order1.php;")
}

with(milonic=new menuname("Useful")){
overflow="scroll";
style=menuStyle;
aI("text=Room requirements for DryFire;url=room.htm;")
aI("text=Point of Impact - trap shooters;url=poi.htm;")
aI("text=Information on chokes;url=chokes.htm;")
aI("text=Solving the sight picture problem;url=sightpic.htm;")
aI("text=Why you need DryFire;url=why.htm;")
aI("text=The DryFire shed!;url=shed.htm;")
aI("text=Typical DryFire feedback;url=feedback.htm;")
aI("text=Comparing DryFire with others systems;url=compare.htm;")
}

with(milonic=new menuname("Support")){
overflow="scroll";
style=menuStyle;
aI("text=Support - general;url=support.htm;")
aI("text=Support - Version 3;url=supportv3.htm;")
aI("text=Support - Version 2;url=supportv2.htm;")
aI("text=Notes on specific layouts;url=layoutnotes.htm;")
aI("text=Setup and testing;url=setup.htm;")
}

with(milonic=new menuname("Testimonials")){
overflow="scroll";
style=menuStyle;
aI("text=Testimonials from DryFire users;url=testimonials.htm;")
}

with(milonic=new menuname("About")){
overflow="scroll";
style=menuStyle;
aI("text=The story of DryFire;url=story.htm;")
aI("text=About us;url=about.htm;")
}

drawMenus();

