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=95);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=190;

aI("text=Home;url=index.html;");
aI("showmenu=System;text=About the system;");
aI("showmenu=Useful;text=Useful information;");
aI("showmenu=Sales;text=Prices, ordering etc.;");
aI("text=FAQ;url=faq.htm;");
aI("showmenu=Support;text=After sales support;");
aI("text=Testimonials;url=testimonials.htm;");
aI("showmenu=About;text=About us;");
aI("showmenu=contact;text=Contact us;");
}

with(milonic=new menuname("System")){
overflow="scroll";
style=menuStyle;
aI("text=Description of the system;url=what.htm;")
aI("text=DryFire as a glass wall;url=glass.htm;")
aI("text=Single head or dual head?;url=products.htm;")
aI("text=What you need to run the system;url=need.htm;")
aI("text=Room requirements for DryFire;url=room.htm;")
aI("text=Why you need DryFire;url=why.htm;")
aI("text=Typical DryFire feedback;url=feedback.htm;")
aI("text=Disciplines supported by DryFire;url=disciplines.htm;")
aI("text=Summary of DryFire's features;url=summary.htm;")
aI("text=Comparing DryFire with others systems;url=compare.htm;")
}

with(milonic=new menuname("Useful")){
overflow="scroll";
style=menuStyle;
aI("text=An introduction to clay shooting;url=start.htm;")
aI("text=Learning to shoot;url=learning.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=The DryFire shed!;url=shed.htm;")
}

with(milonic=new menuname("Sales")){
overflow="scroll";
style=menuStyle;
aI("text=Price list and order form;url=https://nelson.textdrive.com/~wordcraft/dryfire/intscripts/dfint-order1.php;")
aI("text=Warranty details;url=warranty.htm;")
aI("text=International dealers;url=dealers.htm;")
aI("text=Opportunities for instructors and coaches;url=instructors.htm;")
aI("text=Opportunities for shooting grounds;url=instructors.htm;")
}

with(milonic=new menuname("Support")){
overflow="scroll";
style=menuStyle;
aI("text=Support - Version 3;url=support.htm;")
aI("text=Download area;url=download.htm;");
aI("text=Installing on Vista and Windows 7;url=vistausb.htm;");
aI("text=Getting started with DryFire;url=setup.htm;")
aI("text=Setup and testing;url=setup.htm;")
aI("text=Notes on specific layouts;url=layoutnotes.htm;")
aI("text=Reporting a problem;url=report.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;")
}

with(milonic=new menuname("Contact")){
overflow="scroll";
style=menuStyle;
aI("text=Contact us;url=contacts.htm;")
aI("text=Arranging to return a unit;url=https://nelson.textdrive.com/~wordcraft/dryfire/intscripts/dfint-return1.php;")
}

drawMenus();


