_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=40                // 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="#343B8C";
oncolor="#FFFFFF";
offbgcolor="#BEC5DD";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="0";
padding=4;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Arial";
pagecolor="#FFFFFF";
pagebgcolor="#343B8C";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="fade(duration=0.3)";
}


with(milonic=new menuname("Expertise")){
	style=menuStyle;
	overflow="scroll";
	top=-40;
	left=162;
	aI("text=Conception d'Équipements Industriels;url=expert00.html;");
	aI("text=Dessin d'Atelier;url=expert02.html;");
	aI("text=Développement de Produits;url=expert07.html;");
	aI("text=Structures Statiques et Dynamiques;url=expert03.html;");
	aI("text=Étude de Rentabilité;url=expert01.html;");
}

with(milonic=new menuname("Expertise_bottom")){
	style=menuStyle;
	overflow="scroll";
	top=-114;
	aI("text=Conception d'Équipements Industriels;url=expert00.html;");
	aI("text=Dessin d'Atelier;url=expert02.html;");
	aI("text=Développement de Produits;url=expert07.html;");
	aI("text=Structures Statiques et Dynamiques;url=expert03.html;");
	aI("text=Étude de Rentabilité;url=expert01.html;");
}

with(milonic=new menuname("Produits")){
	style=menuStyle;
	overflow="scroll";
	top=-40;
	left=162;
	aI("text=Solutions Robotiques;url=prod02.html;");
	aI("text=Santé / Sécurité;url=prod07.html;");
	aI("text=Outil de Perçage;url=prod06.html;");
	aI("text=Structure / Machinerie;url=prod01.html;");
	aI("text=Équipements Textiles;url=prod00.html;");
	aI("text=Étagère à tiroir;url=prod05.html;");
}

with(milonic=new menuname("Produits_bottom")){
	style=menuStyle;
	overflow="scroll";
	top=-134;
	aI("text=Solutions Robotiques;url=prod02.html;");
	aI("text=Santé / Sécurité;url=prod07.html;");
	aI("text=Outil de Perçage;url=prod06.html;");
	aI("text=Structure / Machinerie;url=prod01.html;");
	aI("text=Équipements Textiles;url=prod00.html;");
	aI("text=Étagère à tiroir;url=prod05.html;");
}

drawMenus();

