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="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#b5e9ee";
offcolor="#000066";
onbgcolor="#0914aa";
oncolor="#ffffff";
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="arrow.gif";
subimagepadding=2;

}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
top=107;
aI("text=Home;url=index.htm;");
aI("showmenu=The Club;text=The Club;");
aI("showmenu=Events;text=Events;");
aI("showmenu=Reports;text=Reports;");
aI("text=Photos;url=BAH-Photo-Gallery.php?Event=initial;");
aI("text=Videos;url=BAH-Video-Gallery.php?Event=initial;");
aI("text=Links;url=BAH-Links.htm;");
}

with(milonic=new menuname("The Club")){
overflow="scroll";
style=menuStyle;
aI("text=Welcome;url=BAH-Welcome.htm;")
aI("text=GB Paddlers;url=BAH-GB_Paddlers.htm;")
aI("text=The Legend;url=BAH-The_Legend.htm;")
aI("text=UK History;url=BAH-UK_History.htm;")

}

with(milonic=new menuname("Events")){
style=menuStyle;
aI("text=2009 Events;url=BAH-2009-Event_List.htm;");
aI("text=2008 Events;url=BAH-2008-Event_List.htm;");

}


with(milonic=new menuname("Reports")){
style=menuStyle;
aI("showmenu=2009 Reports;text=2009 Reports;");
aI("showmenu=2008 Reports;text=2008 Reports;");

}

with(milonic=new menuname("2009 Reports")){
style=menuStyle;

}

with(milonic=new menuname("2008 Reports")){
style=menuStyle;
aI("text=Liverpool;url=BAH-Ev08_1.htm;")
aI("text=Cardiff;url=BAH-Ev08_2.htm;")
aI("text=Exeter;url=BAH-Ev08_3.htm;")
aI("text=Bristol;url=BAH-Ev08_4.htm;")
aI("text=Teeside;url=BAH-Ev08_5.htm;")
aI("text=River Trent, Nottingham;url=BAH-Ev08_6.htm;")
aI("text=Preston;url=BAH-Ev08_7.htm;")
aI("text=Albert Dock, London;url=BAH-Ev08_8.htm;")
aI("text=Worcester;url=BAH-Ev08_9.htm;")
aI("text=Royal Victoria Dock, London;url=BAH-Ev08_10.htm;")
aI("text=NWSC, Nottingham;url=BAH-Ev08_11.htm;")

}


drawMenus();

