﻿_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=10            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#2943C5"; 	// on bg rollover
oncolor="#BABCF8"; 		// on rollover text color
offbgcolor="#BABCF8";	// bg
offcolor="#2943C5";		// text
bordercolor="#2943C5";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2943C5";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana";
pagecolor="ffffff";
pagebgcolor="#BABCF8";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="../img/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=180, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


// Menu jeunes reporters -------------------------------------------------------------------------------------
with(milonic=new menuname("jre")){
style=menuStyle;
aI("text=Présentation;url=jrepresentation.htm;");
aI("text=Palmarès;showmenu=cadre;status=reportages;");
aI("text=Fiche d'inscription;url=jrefiche.htm;");
aI("text=Règlement;url=jrereglement.htm;");

}
with(milonic=new menuname("cadre")){
		style=menuStyle;
		aI("text=Palmarès 2007;url=palmares2007.htm;");
		aI("text=Palmarès 2006;url=palmares2006.htm;");
		aI("text=Palmarès 2005;url=palmares2005.htm;");
		aI("text=Palmarès 2004;url=palmares2004.htm;");
		aI("text=Palmarès 2003;url=palmares2003.htm;");
		aI("text=Palmarès 2002;url=palmares2002.htm;");
		}
// Menu concours-------------------------------------------------------------------------------------
with(milonic=new menuname("concours")){
style=menuStyle;
aI("text=Présentation;url=concourspresentation.htm;");

aI("text=Palmarès;showmenu=photo;status=photo;");
aI("text=Fiche d'inscription;url=photographie-fiche.htm;");
aI("text=Règlement;url=concoursreglement.htm;");
}
		
with(milonic=new menuname("photo")){
		style=menuStyle;
		aI("text=Photos Primées 2007;url=concourspalmares2007.htm;");
		aI("text=Photos Primées 2006;url=concourspalmares2006.htm;");
		aI("text=Photos Primées 2005;url=concourspalmares2005.htm;");
		aI("text=Photos Primées 2004;url=concourspalmares.htm;");
		aI("text=Photos Primées 2003;url=concourspalmares2003.htm;");
		}
		
		

// Menu Etudes -------------------------------------------------------------------------------------
with(milonic=new menuname("etudesetdocumentation")){
style=menuStyle;
aI("text=text entier;url=../etudesetdocumentation/text entier.htm;");


}


drawMenus();

