


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#19195c";
oncolor="#ffffff";
offbgcolor="#3a49b7";
offcolor="#9ab2e9";
bordercolor="#19195c";
borderstyle="solid";
borderwidth=2;
separatorcolor="#3a49b7";
separatorsize="2";
padding=4;
fontsize="80%";
fontstyle="bold";
fontfamily="Arial, Helvetica";
subimage="arrow-on.gif";
onsubimage="Arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("resort")){
style=menuStyle;
overflow="scroll";

aI("text=Chamonix;url=chamonix.ink;");
aI("text=Les Houches;url=leshouches.ink;");

}

with(milonic=new menuname("chalets")){
style=menuStyle;
aI("text=Chalet La Cachette;showmenu=SubChalets1;");
aI("text=Chalet La Retraite;showmenu=SubChalets3;");
}

with(milonic=new menuname("SubChalets1")){
style=menuStyle;
aI("text=Description;url=Chalet1_Description.ink");
aI("text=Floor&nbsp;Plans;showmenu=PlansChalet1;status=Chalet1;");
aI("text=Photo&nbsp;Gallery;url=Chalet1_Photos.ink");
aI("text=Video&nbsp;Tour;url=Chalet1_Video.ink");
aI("text=Information;url=Chalet1_info.ink");
aI("text=Availability;url=Availability.ink?chaletid=1");
}

with(milonic=new menuname("PlansChalet1")){
style=menuStyle;
aI("text=Ground&nbsp;Floor&nbsp;Plans&nbsp;(Pictures);url=Chalet1_GroundFloorPix.ink");
aI("text=First&nbsp;Floor&nbsp;Plans&nbsp;(Pictures);url=Chalet1_FirstFloorPix.ink");
aI("text=Ground&nbsp;Floor&nbsp;Plans&nbsp;(Text);url=Chalet1_GroundFloor.ink");
aI("text=First&nbsp;Floor&nbsp;Plans&nbsp;(Text);url=Chalet1_FirstFloor.ink");
}

with(milonic=new menuname("SubChalets3")){
style=menuStyle;
aI("text=Description;url=Chalet3_Description.ink");
aI("text=Floor&nbsp;Plans;showmenu=PlansChalet3;");
aI("text=Photo&nbsp;Gallery;url=Chalet3_Photos.ink");
aI("text=Video&nbsp;Tour;url=Chalet3_Video.ink");
aI("text=Availability;url=Availability.ink?chaletid=3");
}


with(milonic=new menuname("PlansChalet3")){
style=menuStyle;
aI("text=Basement;url=Chalet3_Basement.ink");
aI("text=First&nbsp;Floor&nbsp;Plans;url=Chalet3_firstfloor.ink");
aI("text=Ground&nbsp;Floor&nbsp;Plans;url=Chalet3_GroundFloor.ink");
aI("text=Attic&nbsp;Room;url=Chalet3_Attic.ink");
}



with(milonic=new menuname("Pricing")){
style=menuStyle;

aI("text=Pricing;url=Chalet1_Pricing.ink");
}

with(milonic=new menuname("Availability")){
style=menuStyle;

aI("text=La Cachette;url=availability.ink?chaletid=1");
aI("text=La Retraire;url=availability.ink?chaletid=3");
}

with(milonic=new menuname("directions")){
style=menuStyle;

aI("text=Geneva&nbsp;Airport&nbsp;-&nbsp;La&nbsp;Cachette;url=Location_Geneva.ink");
aI("text=Geneva&nbsp;Airport&nbsp;-&nbsp;La&nbsp;Retraire;url=Location_Geneva3.ink");
aI("text=Lyon&nbsp;Airport&nbsp;-&nbsp;La&nbsp;Cachette;url=Location_lyon.ink");
aI("text=Lyon&nbsp;Airport&nbsp;-&nbsp;La&nbsp;Retraire;url=Location_lyon3.ink");
aI("text=Dover&nbsp;-&nbsp;La&nbsp;Cachette;;url=Location_Dover.ink");
aI("text=Dover&nbsp;-&nbsp;La&nbsp;Retraire;;url=Location_Dover3.ink");
aI("text=Useful&nbsp;Transport&nbsp;Links;url=Location_Links.ink");
}


with(milonic=new menuname("todo")){
style=menuStyle;

aI("text=Things&nbsp;to&nbsp;do;url=todo.ink");
aI("text=Skiing;url=todo_skiing.ink");
aI("text=Local&nbsp;Services;url=todo_services.ink");
aI("text=Restaurants;url=todo_restaurants.ink");
aI("text=Useful&nbsp;Phone&nbsp;Numbers;url=todo_usefulnumbers.ink");
}


with(milonic=new menuname("terms")){
style=menuStyle;

aI("text=Terms&nbsp;&&nbsp;Conditions;url=tsandcs.ink;status=Back To Home Page;");
aI("text=Privacy&nbsp;Policy;url=webPolicy.ink;status=Back To Home Page;");
}




drawMenus();

