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;


with(menuStyle=new mm_style()){
bordercolor="#dddddd";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Helvetica, Serif";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#993333";
oncolor="#ffffff";
padding=5;
separatorcolor="#cccccc";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Home")){
overflow="scroll";
style=menuStyle;
aI("text=Home;url=http://www.villanoue.com/index.htm;")
aI("text=Contact & Prices;url=https://host.securelook.com/irishsecure/villanouessl.htm;")
}

with(milonic=new menuname("Restaurant")){
style=menuStyle;
aI("text=The Restaurant;url=french-cooking-restaurant.htm;");
aI("text=A Typical Menu;url=french-cooking-menu.htm;");
aI("text=Holiday Menu;url=french-cooking-menuholiday.htm;");
aI("text=Corporate & Catered Affairs;url=french-cooking-catering.htm;");
aI("text=Local Food Markets;url=french-cooking-foodmarkets.htm;");
aI("text=Regional Specialties;url=french-cooking-regionalspecialties.htm;");
aI("text=Go Shopping with Cornelius;url=french-cooking-cornelius.htm;");
}

with(milonic=new menuname("Accommodation")){
style=menuStyle;
aI("text=Accommodation;url=accommodation.htm;");
aI("text=Breakfast;url=accommodation-breakfast.htm;");
}

with(milonic=new menuname("Sights")){
style=menuStyle;
aI("text=Round and About VillaNoue;url=sights.htm;");
aI("text=Local Walks;url=sights-localwalks.htm;");
aI("text=Garden Visits;url=sights-gardenvisits.htm;");
aI("text=Local Food Markets;url=french-cooking-foodmarkets.htm;");
aI("text=Public Pool;url=sights-swimming.htm;");
aI("text=Skiing & Active Sports;url=sights-sports.htm;");
aI("text=Short Drives;showmenu=Shortdrives;");
aI("text=Day Trips;showmenu=Daytrips;");
aI("text=Map of Historic Local Sights;url=sights-maptourism.htm;");
}

with(milonic=new menuname("Shortdrives")){
style=menuStyle;
aI("text=Martres Tolosane Potteries;url=sights-potteries.htm;");
aI("text=Aurignac - Medieval Hill Town;url=sights-aurignac.htm;");
}

with(milonic=new menuname("Daytrips")){
style=menuStyle;
aI("text=Carcassone;url=sights-carcassone.htm;");
aI("text=Toulouse;url=sights-toulouse.htm;");
}

with(milonic=new menuname("Festivals")){
style=menuStyle;
aI("text=Calendar of Local Festivals;url=festivals.htm;");
aI("text=Comminges Festival;url=festivals-comminges.htm;");
aI("text=Toulouse Events;url=sights-toulouse.htm;");
}

with(milonic=new menuname("Househunting")){
style=menuStyle;
aI("text=House Hunting Help;url=househunting.htm;");
}

with(milonic=new menuname("Business")){
style=menuStyle;
aI("text=Special Business Services;url=business.htm;");
aI("text=Corporate & Catered Affairs;url=french-cooking-catering.htm;");
}

with(milonic=new menuname("Location")){
style=menuStyle;
aI("text=Maps of the Area;url=location.htm;");
aI("text=Map of Historic Local Sights;url=sights-maptourism.htm;");
}

with(milonic=new menuname("TourFrance")){
style=menuStyle;
aI("text=Tour de France Special Holiday;url=tour-de-france.htm;offbgcolor=seashell;");
aI("text=Review by a Participant;url=tour-review-2011.htm;offbgcolor=seashell;");
}

with(milonic=new menuname("Prices")){
style=menuStyle;
aI("text=Prices & Contact;url=https://host.securelook.com/irishsecure/villanouessl.htm;");
}

drawMenus();


