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=0;	//_subOffsetLeft=2;


with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial Narrow, Verdana, Tahoma";
fontsize="1.0em";			// 84%
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#FFFFFF";
onbgcolor="#000000";
oncolor="#FFFF00";
outfilter="randomdissolve(duration=0.0)";	/* (duration=0.3) */
overfilter="Fade(duration=0.0);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";	/* (duration=0.2) */
padding=3;
pagebgcolor="#000000";
pagecolor="#ff0000";
separatorcolor="#999999";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
top=220;
screenposition="center";
followscroll=1;
aI("showmenu=Home;text=About Avington;");
aI("showmenu=Tariffs;text=Latest Tariffs;")
aI("showmenu=Guides;text=Guides & Advice;")
aI("showmenu=Accomm;text=Where to stay;");
aI("showmenu=Incidentals;text=Incidentals;");
aI("showmenu=Bankside;text=Bankside Tales;");
aI("showmenu=Weeds;text=Weed Control;");
}

with(milonic=new menuname("Home")){
overflow="scroll";
style=menuStyle;
aI("text=Home Page;status=Back To Home Page;url=index.html;");
aI("text=Management Team;status=Avingtons Management structure;url=team.html;");
aI("text=Directions to Fishery;status=How to find your way here;url=directions.html;");
aI("text=Contacting the Fishery;status=How to contact us at the Fishery;url=contact.html;");
aI("text=General Information;status=General Information about the Fishery;url=info.html;");
aI("text=Corporate Facilities;status=The three lakes can be exclusively reserved for you and your guests.;url=corporate.html;");
aI("text=Return to Top of Page;url=#top;");
}

with(milonic=new menuname("Tariffs")){
style=menuStyle;
aI("text=Prices & Rules;url=rules.html\;");
aI("text=2010 Price Structure;url=prices.html\;");
}

with(milonic=new menuname("Guides")){
overflow="scroll";
style=menuStyle;
aI("text=Frosty pays a visit !;url=snowy.html;");
aI("text=Lakes & Tactics;url=tactics.html;");
aI("text=Stalking;url=stalking.html;");
aI("text=Big Fish;url=gallery.html;");
aI("text=Record Brown;url=record.html;");
}

with(milonic=new menuname("Accomm")){
overflow="scroll";
style=menuStyle;
aI("text=Where to stay;url=accom.html;");
aI("text=The Trout Inn;url=trout.html;");
aI("text=The Cricketers;url=cricketers.html;");
aI("text=Barford Farm House;url=barford.html;");
aI("text=Itchen Down Farm;url=itchen.html;");
aI("text=The Pink House;url=pink.html;");
}

with(milonic=new menuname("Incidentals")){
style=menuStyle;
aI("text=Fishing Reports;url=reports.html;");
aI("text=Trophy Blue Trout;url=trophy.html;");
//aI("text=Latest News;url=latest.html;");
aI("text=Fishing Knots;url=knots.html;");
aI("text=Golf in the Park;url=golf.html;");
}

with(milonic=new menuname("Bankside")){
style=menuStyle; 
aI("text=Lifetime Best Catch at Avington;url=proposal.html;");
aI("text=One Mans View;url=asian.html;");
aI("text=Webmasters Visit;url=visit.html;");
//aI("text=Webmasters Return;url=return.html;");
}

with(milonic=new menuname("Weeds")){
style=menuStyle;
aI("text=Aquatic Weed Cutting;url=weed.html;");
}

drawMenus();

