

_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=50;                				// 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="#B6AE85";
oncolor="#ffffff";
offbgcolor="#C1BB99";
offcolor="#666633";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#C1BB99";
separatorsize="2";
padding=5;
fontsize="95%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial, Tahoma";
pagecolor="white";
pagebgcolor="#B6AE85";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrowdn.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#B6AE85', Direction=0, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#C1BB99";
oncolor="#ffffff";
offbgcolor="#B6AE85";
offcolor="#666633";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#C1BB99";
separatorsize="2";
padding=5;
fontsize="95%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial, Tahoma";
pagecolor="white";
pagebgcolor="#B6AE85";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#B6AE85', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("historique")){
style=menuStyle2;
//aI("text=Témoignages;url=?r=temoignage;status=Témoignage;");
aI("text=Témoignages;showmenu=temoignage;");
aI("text=Galeries;showmenu=galerie;");
}

		with(milonic=new menuname("temoignage")){
		style=menuStyle2;
		aI("text=Jeannine;url=?r=interview01;");
		aI("text=Louise;url=?r=interview02;");
		aI("text=Jeanne;url=?r=interview03;");
		aI("text=Denise;url=?r=interview04;");
		aI("text=Mireille;url=?r=interview05;");
		aI("text=Eugénie;url=?r=interview06;");
				aI("text=A ma grand-maman;url=?r=interview07;");

		}

		with(milonic=new menuname("galerie")){
		style=menuStyle2;
		aI("text=Coiffes;url=?r=gal01;");
		aI("text=Uniformes;url=?r=gal02;");
		aI("text=Chambre d'enfant;url=?r=gal03;");
		aI("text=Salle d'opération;url=?r=gal04;");
		}

with(milonic=new menuname("partenaires")){
style=menuStyle2;
aI("text=Remerciements;url=?r=remerciements;status=Remerciements;");
aI("text=Liens;url=?r=liens;status=Les liens;");
aI("text=Sponsors;url=?r=sponsor;status=Nos sponsors;");
}
	
drawMenus();

