_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=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="55%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrowdn.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";


}


with(UGSEL=new menuname("Main Menu")){
style=menuStyle;
top=120;
screenposition="center"; 
alwaysvisible=1;
orientation="horizontal";
aI("text=Accueil;url=index.htm;");
aI("text=Le Projet;showmenu=presentation;");
aI("text=Les séjours 2010-2011;showmenu=2010-2011;");
aI("text=Infos;showmenu=infos;");
aI("text=Projets de classes;showmenu=projets;");
aI("text=Les séjours 2009 en photos;showmenu=photos;");
aI("text=Divers liens;showmenu=liens;");
aI("text=Contact;showmenu=contact;");


}

with(milonic=new menuname("presentation")){
style=menuStyle;
overflow="scroll";
aI("text=Accueil;url=index.htm;");
aI("text=Le projet de class Open;url=projet.htm;");
aI("text=Contacts en France;url=contact.htm;");

}

with(milonic=new menuname("infos")){
style=menuStyle;
overflow="scroll";
aI("text=Infos d'avril 2010;url=Flashavril10.pdf;");
aI("text=Infos de Janvier 2010;url=38 Flash janvier 10.doc;");
aI("text=Infos de Novembre;url=37 Flash décembre 09 .doc;");
aI("text=Infos de Décembre;url=flashnovembre09.doc;");



}

with(milonic=new menuname("projets")){
style=menuStyle;
overflow="scroll";
aI("text=Informations;url=classes.htm;");
aI("text=Contact;url=mailto:classopen@wanadoo.fr;");


}

with(milonic=new menuname("2010-2011")){
style=menuStyle;
overflow="scroll";
aI("text=Calendrier Séjours Toussaint2010 et Printemps 2011;url=petitesvac.htm;");
aI("text= Calendrier Séjours Eté 2011;url=ete2011.htm;");
aI("text=Escapades Culturelles;url=escapade2011.htm;");
aI("text=Séjours de ski;url=hiver2011.htm;");
aI("text=Séjours de printemps 2011;url=printemps2011.htm;");
aI("text= Séjour Bourg en Bresse 2011;url=bourg2011.htm;");
aI("text=Séjours en Angleterre en 2011 ;url=angleterre2011.htm;");
aI("text=Séjours artistiques ;url=arts2011.htm;");
aI("text=Séjours pour jeunes différents ;url=dif2011.htm;");
aI("text=Inscription 2011 ;url=inscription.htm;");
aI("text=Infos diverses ;url=infos.htm;");

}

with(milonic=new menuname("escapade")){
style=menuStyle;
overflow="scroll";
aI("text=Paris;url=paris2010bis.htm;");
aI("text=Pompéi;url=Pompei2010bis.htm;");
aI("text=Venise;url=venise2010.htm;");
aI("text=Sicile;url=escapade2010.htm#sic;");
aI("text=Andalousie;url=andalousie .htm;");
aI("text=Campanie;url=escapade2010.htm#campa;");

}

with(milonic=new menuname("senegal")){
style=menuStyle;
overflow="scroll";
aI("text=Informations;url=senegal2010.htm;");
aI("text=Programme;url=senegal2010bis.htm;");
aI("text=Photos du Sénégal;url=photossen.htm;");

}

with(milonic=new menuname("photos")){
style=menuStyle;
overflow="scroll";
aI("text=Bourg en Bresse;url=photobourg.htm;");
aI("text=Chamrousse;url=photocham.htm;");
aI("text=Mégève;url=photomeg.htm;");
aI("text=Mégève suite;url=photomeg2.htm;");
aI("text=Sénégal;url=photosene.htm;");
aI("text=Rome;url=photorom.htm;");
aI("text=Venise;url=photovenise.htm;");
aI("text=Val Joly;url=photoval.htm;");
aI("text=Stonyhurst;url=photostony.htm;");
}



with(milonic=new menuname("Liens")){
style=menuStyle;
overflow="scroll";
aI("text=Nartage2006;url=http://nartage2006.free.fr/;");
aI("text=Bourg en Bresse 2008;url=http://www.videoman.fr;");
aI("text=séjour en Angleterre 2006;url=http://www.classopen2006.skyblog.com;");
aI("text=Stonyhurst 2008;url=http://www.stonyhurst2008.blogspot.com;");
aI("text=Stonyhurst 2009;url=http://www.stonyhurst2009.blogspot.com;");
aI("text=Activités artistiques;url=http://www.thalie.eu;");

}

with(milonic=new menuname("Sejours2")){
style=menuStyle;
overflow="scroll";



}
with(milonic=new menuname("contact")){
style=menuStyle;
overflow="scroll";
aI("text=contact;url=mailto:classopen@wanadoo.fr;");

}


drawMenus();

