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=-2;

with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="dashed";
borderwidth=0;
fontfamily="Tahoma";
fontsize="110%";
fontstyle="bold";
headerbgcolor="#000000";
headercolor="#000000";
offbgcolor="#fffff0";
offcolor="#6F3800";
/*onbgcolor="#954A00";*/
onbgcolor="#fffff0";
/*oncolor="#ffffe8";*/
oncolor="#6F3800";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#fffff0', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#fffff0";
pagecolor="#6F3800";
separatorcolor="#fffff0";
separatorsize=7;
/*subimage="http://www.skichocolat.com/images/menu/arrow.gif";*/
subimagepadding=2;
}

with(skichocolat=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
top=115;
aI("text=Home;url=http://www.skichocolat.com/index.asp;");
aI("showmenu=Chalet;text=Chalet;");
aI("showmenu=Location;text=Location;");
aI("showmenu=Prices;text=Prices & Availability;");
/*aI("text=Booking Enquiry;url=http://www.skichocolat.com/enquiry.asp;");*/
aI("text=Links;url=http://www.skichocolat.com/links.asp;");
aI("text=Contact;url=http://www.skichocolat.com/contact.asp;");
aI("text=Guest Reviews;url=http://www.skichocolat.com/guestrev.asp;");
}

with(milonic=new menuname("Chalet")){
overflow="scroll";
style=menuStyle;
aI("text=Accommodation;url=http://www.skichocolat.com/accommodation.asp;")
aI("text=Our Service;url=http://www.skichocolat.com/our_service.asp?pg=Our_Service;")
}

with(milonic=new menuname("Location")){
style=menuStyle;
aI("text=Nendaz and the 4 Valleys;url=http://www.skichocolat.com/nendaz.asp?pg=Nendaz and the 4 Valleys;");
aI("text=Getting Here;url=http://www.skichocolat.com/getting_here.asp?pg=Getting_Here;");
}

with(milonic=new menuname("Prices")){
style=menuStyle;
aI("text=Summer;url=http://www.skichocolat.com/summer.asp;");
aI("text=Winter;url=http://www.skichocolat.com/winter.asp;");
/*aI("text=Booking Form;url=http://www.skichocolat.com/under_construct.asp;");*/
aI("text=Terms & Conditions;url=http://www.skichocolat.com/terms.asp;");
}

drawMenus();

