_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10               // Sub menu top offset
_subOffsetLeft=-100              // Sub menu left offset

with(mainmenu=new mm_style()){
separatorsize="";
separatorwidth="";
// bgimage="/images/bouton.jpg";
// overbgimage="/images/bouton2.jpg";
separatorcolor="";
borderwidth="0";
bordercolor="";
padding="2 15";
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana,Geneva,Sans-serif";
itemwidth="";
itemheight="";
align="center";
fontweight="bold";
align="center";
offcolor="#000000";
oncolor="#6c1d4a";
offbgcolor="#F2BF26";
onbgcolor="#F2BF26";
}


with(menuStyle2=new mm_style()){
separatorcolor="white";
separatorsize="1";
borderstyle="solid";
padding="4";
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana,arial, Helvetica, Geneva, Swiss, sans-serif";
itemheight="18px";
itemwidth="200px";
borderwidth="1";
bordercolor="white";
offbgcolor="#6C1D4A";
onbgcolor="#193977";
subimage="/data/CHARTE/mflec/8d/67/269f0f2549c50899b61197cfaf5e7574";
subimagepadding="2";
oncolor="white";
offcolor="white";
}

mySubmenus=new Array();
mySubmenus_name=new Array();

function myAM(m) {mySubmenus_name[mySubmenus_name.length]=m;mySubmenus[m]=new Array();}
function myAI(m,action) {s=new String(action);s=s.replace(/&amp;/g,'&');mySubmenus[m][mySubmenus[m].length]=s;return mySubmenus[m].length-1;}

myAM('main');
mname='main';
myAI(mname,'text=Domaine skiable;showmenu=T0031cw5yr3qaghpi40nsamyhsom;url=#;');
myAM('T0031cw5yr3qaghpi40nsamyhsom');
mname='T0031cw5yr3qaghpi40nsamyhsom';
myAI(mname,'text=Enneigement;url=/enneigement.html;');
mname='T0031cw5yr3qaghpi40nsamyhsom';
myAI(mname,'text=En direct ouverture des remontées mécaniques;url=/remontees.html;');
mname='T0031cw5yr3qaghpi40nsamyhsom';
myAI(mname,'text=En direct ouverture des pistes;url=/pistes.html;');
mname='T0031cw5yr3qaghpi40nsamyhsom';
myAI(mname,'text=Plan des pistes interactif;url=/dynaplan.html;');
mname='main';
myAI(mname,'text=Webcams;url=/webcams.html;');
mname='main';
myAI(mname,'text=Tarifs des forfaits;showmenu=T0031cw5yr3qaghpi40nry9vgoj5u;url=#;');
myAM('T0031cw5yr3qaghpi40nry9vgoj5u');
mname='T0031cw5yr3qaghpi40nry9vgoj5u';
myAI(mname,'text=Tarifs des forfaits - faîtes votre choix :;url=/choix_forfaits.html;');
mname='T0031cw5yr3qaghpi40nry9vgoj5u';
myAI(mname,'text=Tarifs groupes;url=/groupes.html;');
mname='T0031cw5yr3qaghpi40nry9vgoj5u';
myAI(mname,'text=Assurance journée;url=/assurances.html;');
mname='T0031cw5yr3qaghpi40nry9vgoj5u';
myAI(mname,'text=Assurance saison;url=/assurance_saison.html;');
mname='T0031cw5yr3qaghpi40nry9vgoj5u';
myAI(mname,'text=Conditions générales et réglement d\'utilisation;url=/condition_gene.html;');
mname='main';
myAI(mname,'text=Vente en ligne;showmenu=T0033qvz8463qaghpi40lrgu7fj9kc;url=#;');
myAM('T0033qvz8463qaghpi40lrgu7fj9kc');
mname='T0033qvz8463qaghpi40lrgu7fj9kc';
myAI(mname,'text=Accueil vente en ligne;url=/accueil_vente_en_ligne.html;');
mname='T0033qvz8463qaghpi40lrgu7fj9kc';
myAI(mname,'text=Conditions de vente en ligne;url=/conditions_de_ventes.html;');
mname='main';
myAI(mname,'text=Contacts;url=/contacts.html;');

with(milonic=new menuname('main')){
style=mainmenu;
alwaysvisible=1;
orientation="horizontal";
position="relative";
 for(j=0;j<mySubmenus['main'].length;j++) aI(mySubmenus['main'][j]);
}

for(i=0;i<mySubmenus_name.length;i++) {
if(mySubmenus_name[i]!='main') {
with(milonic=new menuname(mySubmenus_name[i])){
 overflow="scroll";
 style=menuStyle2;
 var aname=mySubmenus_name[i]; 
 for(j=0;j<mySubmenus[aname].length;j++) milonic.aI(mySubmenus[aname][j]);
}
}
} 