


_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="#EEEDCE";
oncolor="#515151";
offbgcolor="#EEEDCE";
offcolor="#515151";
bordercolor="#9A3336";
borderstyle="solid";
borderwidth="1";
separatorcolor="#9A3336";
separatorsize="1";
padding="4";
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#9A3336";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}



// Principal Naturopathie
with(milonic=new menuname("perte_de_poids")){
style=menuStyle;
screenposition="center";
left="offset=145";
top=125;

aI("text=Naturopathie;showmenu=naturo;");
aI("text=Perte de poids;showmenu=perte;");
}


	// SOUS :: Naturopathie
	with(milonic=new menuname("naturo")){
	style=menuStyle;
	aI("text=La naturopathie;url=http://www.santeaunaturel.com/Naturopathie.htm;status=La naturopathie;");
	aI("text=Consultations;url=http://www.santeaunaturel.com/conferences-rencontres.html;status=Consultation en naturopathie;");
	}


	// SOUS :: Perte de poids
	with(milonic=new menuname("perte")){
	style=menuStyle;
	aI("text=Types glandulaires;url=http://www.santeaunaturel.com/types_glandulaires.htm;status=Types glandulaire;");
	aI("text=Pourquoi je ne maigris pas;url=http://www.santeaunaturel.com/perte_de_poids.html;status=Pourquoi je ne maigris pas;");
	aI("text=Commentaires;url=http://www.santeaunaturel.com/commentaires_confernces.html;status=Commentaires sur nos conférences;");
	}
drawMenus();


