﻿
/////style//////

_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=200                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=0           // 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="#ffffff";	 //couleur de fond en position on (vert)
oncolor="#ffffff"; 		//couleur de la typo en position on (blanc)
offbgcolor="#ffffff";	 //couleur de fond off en position off (vert)
offcolor="#ffffff";		//couleur typo fond en position off (noir)
bordercolor="#ffffff";	//contour exterieur
borderstyle="solid";	//style du contour
borderwidth=0; 			//epaisseur du contour exterieur
separatorcolor="#ffffff"; //couleur du trait de separation
separatorsize="4";	//epaisseur du trait de separation
padding="4";	//espace entre les menus
fontsize="95%"; //taille de la police
fontstyle="normal"; //style de la police
fontweight="bold"; //epaisseur des fonts
fontfamily="Verdana, Tahoma, Arial"; // type de police
pagecolor="#ffffff";
pagebgcolor="#ffffff";
headercolor="#ffffff";
headerbgcolor="#ffffff";
//subimage="/tests/ville-cormelles2/menu_js/arrow.gif";
//subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}



with(submenuStyle=new mm_style()){
onbgcolor="#666666"; //couleur de fond en position on (gris fonce)
oncolor="#ffffff";  //couleur de la typo en position on (blanc)
offbgcolor="#aaaaaa"; //couleur de fond off (gris clair)
offcolor="#ffffff";	//couleur typo fond (blanc)
bordercolor="#ffffff";//contour exterieur
borderstyle="solid";
borderwidth=1; //epaisseur du contour exterieur
separatorcolor="#ffffff";
separatorsize="1";	//epaisseur du trait de separation
padding=3;//espace entre les menus
fontsize="8px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="600"; //epaisseur des fonts
pagecolor="#666666";
pagebgcolor="#ffffff";
headercolor="#666666";
headerbgcolor="#ffffff";
//subimage="/tests/ville-cormelles2/menu_js/arrow.gif";
//subimagepadding="2";
//onsubimage="/tests/ville-cormelles2/menu_js/arrowon.gif";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}





////////////menus////////////////

with(milonic=new menuname("group")){
style=submenuStyle;
overflow="scroll";
aI("text=PRESENTATION;url=/fr/axeGroup/index.html;");
aI("text=ORGANIGRAMME et CONTACTS;url=/fr/axeGroup/contact.html;");
aI("text=PARTENAIRES;url=/fr/axeGroup/partenaires.html;");
aI("text=CONDITIONS GENERALES D'ACHAT;url=/fr/axeGroup/conditions.html;");
}

with(milonic=new menuname("metal")){
style=submenuStyle;
overflow="scroll";
aI("text=PRESENTATION;url=/fr/axeMetal/index.html;");
aI("text=BUREAU ETUDE;url=/fr/axeMetal/etude.html;");
aI("text=MOYENS PRODUCTION;url=/fr/axeMetal/production.html;");
aI("text=SECTEURS INTERVENTIONS;url=/fr/axeMetal/intervention.html;");
}


with(milonic=new menuname("systems")){
style=submenuStyle;
aI("text=PRESENTATION;url=/fr/axeSystems/index.html;");
aI("text=BUREAU ETUDE;url=/fr/axeSystems/etude.html;");
aI("text=MOYENS PRODUCTION;url=/fr/axeSystems/production.html;");
aI("text=SECTEURS INTERVENTIONS;url=/fr/axeSystems/intervention.html;");
}

with(milonic=new menuname("meca")){
style=submenuStyle;
aI("text=PRESENTATION;url=/fr/axeMeca/index.html;");
aI("text=BUREAU ETUDE;url=/fr/axeMeca/etude.html;");
aI("text=MOYENS PRODUCTION;url=/fr/axeMeca/production.html;");
aI("text=SECTEURS INTERVENTIONS;url=/fr/axeMeca/intervention.html;");
}

with(milonic=new menuname("romania")){
style=submenuStyle;
aI("text=PRESENTATION;url=/fr/axeRomania/index.html;");
aI("text=NOS FABRICATIONS;url=/fr/axeRomania/fabrication.html;");
aI("text=NOS PROJETS;url=/fr/axeRomania/projets.html;");
aI("text=LOCALISATION;url=/fr/axeRomania/localisation.html;");
}


drawMenus();