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=10;
_subOffsetLeft=-10;

with(menuStyle=new mm_style()){
//styleid=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="x-small";
fontstyle="normal";
fontweight="bold";
//imagepadding=4;
itemwidth=170;
offbgcolor="#A0BB74";
offcolor="#000000";
onbgcolor="#87560C";
oncolor="#000000";
//ondecoration="underline";
padding=5;
//subimage="images/navigation/top.gif";
//onsubimage="images/navigation/top.gif";
//bordercolor="#777777";
//borderwidth=1;
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
separatorcolor="#F2F4CD";
separatorheight=2;
separatorpadding=0;
separatorsize=1;
imagepadding=2;
//subimagepadding=10;
}

with(submenuStyle=new mm_style()){
//styleid=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="x-small";
fontweight="bold";
itemwidth=150;
offbgcolor="#A0BB74";
offcolor="#000000";
onbgcolor="#87560C";
oncolor="#000000";
//onsubimage="arrow3orange3d.gif";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
separatorcolor="#F2F4CD";
separatorheight=2;
separatorpadding=0;
separatorsize=1;
imagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
//left=0;
orientation="vertical";
style=menuStyle;
//top=190;
//aI("showmenu=Services;text=Services;");
aI("text=Our Key Features;showmenu=features;");
aI("text=Tea Room;status=Tea Room Information;url=tearoom.asp;");
aI("text=Information;status=Information on the Durham Dales and Weardale;showmenu=touristinfo;");
aI("text=Conference Facilities;status=Meeting Rooms and Conference Facilities;url=facilities.asp;");
//aI("text=Online Gift Shop;status=Durham Dales Centre Gift Shop;url=ddcshop/pc/default.asp;");
aI("text=Craft Shops;status=Craft Shop Information;url=craftshops.asp;");
aI("text=News and Events;status=Durham Dales Centre Events Information;showmenu=newsandevents;");
aI("text=Stanhope Treasures;status=Stanhope Treasures;showmenu=treasures;");
aI("text=Business Units;status=Business Units;url=units.asp;");
}

with(milonic=new menuname("features")){
margin=4;
orientation="vertical";
style=submenuStyle;
aI("text=Gazebo;url=gazebo.asp;");
aI("text=Sculptures;url=sculptures.asp");
aI("text=Orientation;url=orientation.asp;");
}

with(milonic=new menuname("treasures")){
margin=4;
orientation="vertical";
style=submenuStyle;
aI("text=Stanhope Castle;url=treasures.asp;");
aI("text=Durham Dales Centre;url=treasures.asp");
aI("text=Stanhope Dene;url=treasures2.asp;");
aI("text=Stepping Stones;url=treasures2.asp;");
aI("text=Market Square;url=treasures3.asp;");
aI("text=Fossil Tree;url=treasures3.asp;");
aI("text=St.Thomas' Church;url=treasures3.asp;");
}

with(milonic=new menuname("newsandevents")){
margin=4;
orientation="vertical";
style=submenuStyle;
aI("text=Latest News;url=events/news_list.asp;");
aI("text=Event Information;url=events/events_list.asp");
}

with(milonic=new menuname("touristinfo")){
margin=4;

orientation="vertical";
style=submenuStyle;
itemwidth=160;
aI("text=Tourist Information;status=Tourist Information;url=touristinfo.asp;");
aI("text=Useful Links;status=Useful Links;url=links.asp;");
aI("text=Why Weardale?;status=History and information about Weardale;url=aboutweardale.asp;");
aI("text=Panoramic Tours;status=Panoramic views of Weardale and the Dales Centre;url=javascript:popUp('vr/dales_vr.htm');");
}


drawMenus();


