/* ---------------------------------------------------- */
/* Global Settings                                      */
/* ---------------------------------------------------- */
_menuCloseDelay=300;
_menuOpenDelay=200;
_subOffsetTop=0;
_subOffsetLeft=-1;


with(menuStyleTop=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial, Helvetica, sans-serif";	 //Arial, Helvetica, sans-serif
fontsize="10px";
fontstyle="normal";
fontweight="normal";
align="center";
headerbgcolor="#ffffff";
headercolor="#000000";
//offbgcolor="#ECE9E0";
//onbgcolor="#FFEAA5";
offcolor="#FFFFFF";
oncolor="#FFFFFF";
outfilter="Fade(duration=0.2);";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
bgimage="images/arrow_on.gif";
overbgimage="images/arrow_on.gif";
pagebgimage="images/arrow_on.gif";
pagecolor="#FFFFFF";
itemheight=26;
itemwidth=75;
separatorimage="images/v_sep.gif";
separatorwidth=1;
separatorcolor="#666666";
}

with(menuStyleSub=new mm_style()){
rawcss="padding-left:2px;padding-right:2px;";
bordercolor="#AAAAAA";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10";
fontstyle="normal";
fontweight="bold";
offbgcolor="#D0D0D0";
offcolor="#F62A68";
onbgcolor="#EAEAEA";
oncolor="#F62A68";
outfilter="Fade(duration=0.2);";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
padding=3;
//pagebgcolor="#EAEAEA";
pagecolor="#F62A68";
separatorcolor="#AAAAAA";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyleTop;
align="center";
//position="relative";
/*aI("text=société;url=index.html;");
aI("text=activités;url=javascript:void(0);showmenu=activités;");
aI("text=références;url=javascript:void(0);");
aI("text=questions;url=javascript:void(0);");
aI("text=contact;url=javascript:void(0);");*/
aI("text=société;url=_page.php?_p_=Societe;");
aI("text=activités;url=javascript:void(0);showmenu=activités;");
aI("text=références;url=_page.php?_p_=References;");
aI("text=questions;url=_page.php?_p_=Questions;");
aI("text=contact;url=contact_us.php;");
}

	with(milonic=new menuname("activités")){
	orientation="vertical";
	style=menuStyleSub;
	//top="0";
	//left="0";
	/*aI("text=conception;url=javascript:void(0);");
	aI("text=référencement;url=javascript:void(0);");
	aI("text=gestion;url=javascript:void(0);");
	aI("text=formation;url=formation.html;");*/
	aI("text=conception;url=_page.php?_p_=Conception;");
	aI("text=référencement;url=_page.php?_p_=Referencement;");
	aI("text=gestion;url=_page.php?_p_=Gestion;");
	aI("text=formation;url=_page.php?_p_=Formation;");
	}

drawMenus();

