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=0;
_subOffsetLeft=-0;




with(menuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#567E3A";
offcolor="#ffffff";
onbgcolor="#3F602B";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=5;
pagebgcolor="#3F602B";
pagecolor="white";
separatorcolor="#ffffff";
separatorsize=1;
subimage="assets/images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="vertical";
top=160;
style=menuStyle;

aI("text=Home;url=index.html;");
aI("image=assets/images/filler.gif;");
aI("showmenu=The Chalet;text=The Chalet;");
aI("showmenu=Summer;text=Summer;");
aI("showmenu=Winter;text=Winter;");
aI("text=Location;url=location.html;");
aI("text=Getting Here;url=getting_here.html;");
aI("showmenu=Prices &amp; Availability;text=Prices &amp; Availability;");
aI("text=Contact Us;url=contact_us.html;");
aI("showmenu=Book Here;text=Book Here;");
aI("text=Site Map;url=site_map.html;");
}

with(milonic=new menuname("The Chalet")){
overflow="scroll";
style=menuStyle;
aI("text=Chalet Tour;url=chalet_tour.html;");
aI("text=Food and Supplies;url=welcome_pack_food_supplies.html;");
aI("text=Green Chalet Credentials;url=green_eco_friendly_chalet.html;");


}

with(milonic=new menuname("Summer")){
style=menuStyle;
aI("text=Resort Overview;url=summer.html;");
aI("text=Biking;url=biking.html;");
aI("text=Walking;url=walking.html;");
aI("text=Other Activities;url=other_activities.html;");


}

with(milonic=new menuname("Winter")){
style=menuStyle;
aI("text=Resort Overview;url=winter_activities.html;");
aI("text=Skiing;url=skiing.html;");
aI("text=Other Activities;url=non_ski_activities.html;");

}

with(milonic=new menuname("Prices &amp; Availability")){
style=menuStyle;
aI("text=Summer;url=prices_summer_availability.html;");
aI("text=Winter;url=prices_winter_availability.html;");

}

with(milonic=new menuname("Book Here")){
style=menuStyle;
aI("text=Booking Form;url=book_now.html;");
aI("text=Terms &amp; Conditions;url=terms_and_conditions.html;");

}

drawMenus();

