﻿_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="#FFFFFF"; 	// on bg rollover
oncolor="#327696"; 		// on rollover text color
offbgcolor="#FFFFFF";	// bg
offcolor="#000000";		// text
bordercolor="#CFCFCF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CFCFCF";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="Bold";
fontfamily="Verdana";
pagecolor="#000000";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#000000";
subimage="imgs/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("Presentation")){
style=menuStyle;
aI("text=Présentation;url=presentation.html;");
aI("text=Bureaux Equipés;url=bureau-equipe.html;");
aI("text=Salles de réunion;url=salles-reunion.html;");

}
		
with(milonic=new menuname("gallerie")){
style=menuStyle;
aI("text=Zénith Location Millénium;showmenu=cadre;status=Zénith Millenium Location;");
aI("text=Zénith Location Rachidi;showmenu=cadre1;status=Zénith Rachidi Location;");
}
		
with(milonic=new menuname("cadre")){
		style=menuStyle;
		aI("text=Accueil;url=gallery-accueil-m.html;");
		aI("text=Bureaux equipés;url=gallery-bureau-m.html;");
		aI("text=Salles de réunion;url=gallery-sallereunion-m.html;");
		aI("text=Kitchinette;url=gallery-kitchinette-m.html;");
		}
with(milonic=new menuname("cadre1")){
		style=menuStyle;
		aI("text=Accueil;url=gallery-accueil-r.html;");
		aI("text=Bureaux equipés;url=gallery-bureau-r.html;");
		aI("text=Salles de réunion;url=gallery-sallereunion-r.html;");
		aI("text=Kitchinette;url=gallery-kitchinette-r.html;");
		}

drawMenus();


