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=1;
_subOffsetLeft=-1;




with(menuStyle=new mm_style()){
bordercolor="blue";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana,Tahoma,Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="white";
headercolor="lightblue";
offbgcolor="blue";
offcolor="yellow";
onbgcolor="lightblue";
oncolor="Yellow";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=blue', Direction=135, Strength=3)";
padding=4;
pagebgcolor="blue";
pagecolor="white";

separatorsize=1;
subimage="";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=60;
orientation="horizontal";
style=menuStyle;
top=120;
aI("text=Home;url=home.htm;");
aI("showmenu=History;text=History;url=history.htm");
aI("showmenu=Accommodation;text=Accommodation;");
aI("showmenu=Shopping;text=Shopping;url=shops.htm");
aI("showmenu=Main Directory;text=Main Directory;");
aI("showmenu=Amenities;text=Amenities;");
aI("showmenu=Tourist;text=Tourist Information;url=axeTIC.htm");
aI("showmenu=Events;text=Events;url=events.htm");
aI("showmenu=ContactUs;text=Contact Us;url=contact.htm");

}
with(milonic=new menuname("Home")){
overflow="scroll";
style=menuStyle;

}

with(milonic=new menuname("History")){
style=menuStyle;
aI("text=Discover More;url=history2.htm;");


}

with(milonic=new menuname("Accommodation")){
style=menuStyle;

aI("text=Motels;url=motels.htm;");
aI("text=Hotels;url=hotels.htm;");
aI("text=Guest Houses;url=guesthouses.htm;");
aI("text=Farmhouses & Inns;url=farmhouses&Inns.htm;");
aI("text=Private Houses;url=privatehouses.htm;");
aI("text=Self Catering;url=self_cat.htm;");
aI("text=Caravan Parks;url=caravan.htm;");


}

with(milonic=new menuname("Main Directory")){
style=menuStyle;
aI("text=Shops;url=retail.htm;");
aI("text=Stores;url=department-stores.htm;");
aI("text=Eat & Drink;url=eat_drink.htm;");
aI("text=Self Employed;url=self_employed.htm");
aI("text=Markets;url=markets.htm;");
aI("text=Service Industry;url=services_ind.htm;");
aI("text=Local Services;url=local_services.htm;");
aI("text=Local Government;url=localgov.htm;");
aI("text=Professional;url=professional.htm;");
aI("text=Travel;url=travel.htm;");
aI("text=General;url=manifacturing.htm;");

}

with(milonic=new menuname("Amenities")){
style=menuStyle;
aI("text=Sports;url=sports.htm;");
aI("text=Schools;url=schools.htm;");
aI("text=Local Organisations;url=local_org.htm;");
aI("text=The Guildhall;url=http://www.axminsterguildhall.co.uk;");

}

with(milonic=new menuname("Tourist")){
style=menuStyle;
aI("text=Attractions;url=attractions.htm;");
aI("text=Walks;url=walks.htm;");
aI("text=Blackdown Hills;url=http://www.blackdown-hills.net/horse-riding.html;target=_blank;");
aI("text=Cycling;url=cycling.htm;");
aI("text=East Devon AONB;url=http://www.eastdevonaonb.org.uk;target=_blank;")
}

with(milonic=new menuname("ContactUs")){
style=menuStyle;
aI("text=About Us;url=aboutus.htm;");
aI("text=Terms & Conditions;url=terms.htm;");

}



drawMenus();

