fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
buildAfterLoad=true



with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
image="../menu/orangedots.gif";
imagepadding=6;
offbgcolor="#4D1979";
offcolor="#ffffff";
onbgcolor="#7BA400";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
overimage="../menu/whitedots.gif";
padding=6;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimage="../menu/arrow.gif";
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#4D1979";
offcolor="#ffffff";
onbgcolor="#7765AB";
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="#82B6D7";
pagecolor="black";
separatorcolor="#758CC9";
separatorsize=1;
subimage="../menu/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
position="relative";
width="100%";
aI("showmenu=Home;text=Home;"); width="126";
aI("showmenu=District Info;text=District Info;"); width="126";
aI("showmenu=Scouts Area;text=Scouts Area;"); width="126";
aI("target=_blank;text=Leaders Area;url=../leaders.htm;"); width="126";
aI("text=Photo Gallery;url=../photos/;"); width="126";
aI("text=Links;url=../links.htm;"); width="126";
aI("target=_blank;text=Scouting UK;url=http://www.scouts.org.uk"); width="126";
}

with(milonic=new menuname("Home")){
margin=7;
style=submenuStyle;
aI("text=Home Page;url=../index.htm;");
aI("text=Parents Info;url=../parents.htm;");
aI("text=Join;url=../join.htm;");
aI("text=Contact Us;url=../contact.htm;");
aI("target=_blank;text=Privicy Policy;url=../privacy.htm;");
}

with(milonic=new menuname("District Info")){
margin=7;
style=submenuStyle;
aI("text=About Louth District;url=../districtinfo.htm;");
aI("text=District News;url=../districtnews.htm;");
aI("text=Media Pages;url=../media/;");
aI("text=Contact us;url=../contact.htm;");
}

with(milonic=new menuname("Scouts Area")){
margin=7;
style=submenuStyle;
aI("text=Our Scout Groups;url=../scouts.htm;");
aI("text=The Sections;url=../sections.htm;");
aI("text=The Scout's Shout;url=../shout/;");
aI("text=Beaver's Zone;url=../multimedia/;");
aI("text=Cubs's Zone;url=../multimedia/;");
}


drawMenus();