_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;
projectid=86;

with(submenuStyle=new mm_style()){
fontfamily="Arial, Tahoma, Verdana";
fontsize="70%";
fontstyle="normal";
fontweight="bold";
bordercolor="#BFE8FF";
borderwidth="2"
itemwidth=100;
offcolor="#E76B18";
oncolor="#3795CB";
ondecoration="none";
padding=3;
separatorcolor="white";
}

with(menuStyle=new mm_style()){
styleid=2;
borderwidth="2"
fontfamily="Arial, Tahoma, Verdana";
fontsize="69%";
fontstyle="normal";
fontweight="bold";
bordercolor="white";
borderstyle="solid";
align="center";
itemwidth="70";
offcolor="#E76B18";
oncolor="#3795CB";
ondecoration="none";
padding=3;
}

with(milonic=new menuname("Main")){
style=menuStyle;
alwaysvisible=1;
position="relative";
orientation="horizontal";
aI("offbgcolor=white;onbgcolor=white;text=Home;url=default.asp;");
aI("offbgcolor=white;onbgcolor=white;text=1-Chalet;url=chalet_near_morzine.asp;");
aI("offbgcolor=white;onbgcolor=white;text=2-Grand Apartment;url=grand_apartment.asp;");
aI("offbgcolor=white;onbgcolor=white;text=3-Petit Apartment;url=petit_apartment.asp;");
aI("offbgcolor=white;onbgcolor=white;text=Prices;url=prices.asp");
aI("offbgcolor=white;onbgcolor=white;text=Local Area;url=info.asp;");
aI("offbgcolor=white;onbgcolor=white;text=Finding Us;url=gettingthere.asp;");
//aI("offbgcolor=white;onbgcolor=white;text=Links;url=links.asp;");
aI("offbgcolor=white;onbgcolor=white;text=Contact;url=contact.asp");
}

//Local Area Menu 
//with(milonic=new menuname("local")){
//left="offset=13";
//style=submenuStyle;
//top="offset=-2";
//aI("offbgcolor=white;onbgcolor=white;text=Winter;url=default.asp");
//aI("offbgcolor=white;onbgcolor=white;text=Summer;url=default.asp");
//}
drawMenus();

