fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=300;
_menuOpenDelay=100;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildAfterLoad=true;

with(menuStyle=new mm_style()){
bordercolor="#ffba00";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Geneva, Arial, helvetica, sans-serif";
fontsize="10.5px";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffd800";
offcolor="#bd3736";
onbgcolor="#ffba00";
oncolor="#ffffff";
outfilter="";
overfilter="";
padding=5;
pagebgcolor="#ffd800";
pagecolor="#bd3736";
separatorcolor="#ffba00";
separatorsize=1;
subimage="http://www.ridgeon-network.co.uk/images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
position="relative";
style=menuStyle;
aI("text=HOME;url=index.asp;");
aI("showmenu=Hotel;text=THE HOTEL;");
aI("showmenu=Walking;text=WALKING;");
aI("showmenu=Painting;text=PAINTING;");
aI("showmenu=Activities;text=CREATIVE WRITING;");
aI("showmenu=OtherCourses;text=OTHER COURSES;");
aI("url=FoodDrink.asp;text=FOOD &amp; DRINK;");
aI("url=booking.asp;text=RATES &amp; BOOKING;");
}

with(milonic=new menuname("Walking")){
overflow="scroll";
style=menuStyle;
aI("text=Walking in the Area;url=walking.asp;")
aI("text=Self Guided Walking;url=walking_selfguided.asp;")
aI("text=Join a Group Walking Holiday;url=walking_joingroup.asp;")
aI("text=Bring your Group;url=walking_bringgroup.asp;")
aI("text=Bird Watching;url=area.asp#bird;")
}

with(milonic=new menuname("Painting")){
overflow="scroll";
style=menuStyle;
aI("text=Painting at El Cerrillo;url=painting.asp;")
aI("text=Join a Painting Holiday;url=painting_joingroup.asp;")
aI("text=Bring your Painting Group;url=painting_bringgroup.asp;")
}

with(milonic=new menuname("Hotel")){
overflow="scroll";
style=menuStyle;
aI("text=Hotel Overview &amp; Facilities;url=hotel.asp;")
aI("text=The Rooms;url=rooms.asp;")
aI("text=Directions;url=directions.asp;")
aI("text=Photo Gallery;url=gallery.asp;")
aI("text=Press Reviews;url=press.asp;")
aI("text=The Area;url=area.asp")
aI("text=Contact Us;url=contactus.asp")
aI("text=Special Offers;url=special_offers.asp;")
}

with(milonic=new menuname("Activities")){
overflow="scroll";
style=menuStyle;
//aI("text=Ceramics in Spain with Gordon Cooke;url=ceramics.asp;")
//aI("text=Botanical Drawing;url=botanical.asp;")
//aI("text=Digtal Photography;url=photography.asp;")
aI("text=Creative Writing with Graham Carlisle;url=script_writing_holiday.asp;")
aI("text=Short Story Workshop;url=short_story_writing_holiday.asp;")
}

with(milonic=new menuname("FoodDrink")){
overflow="scroll";
style=menuStyle;
aI("text=Dining In;url=food_d.asp;")
}

with(milonic=new menuname("OtherInfo")){
overflow="scroll";
style=menuStyle;
aI("text=External Web Links;url=links.asp;")
}

with(milonic=new menuname("OtherCourses")){
overflow="scroll";
style=menuStyle;
aI("text=Ceramics with Gordon Cooke;url=ceramics.asp;")
aI("text=Tai Chi with Kevin Brown;url=taichicourse.asp;")
}

drawMenus();

