_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="#6a92c8";
	oncolor="#ffffff";
	offbgcolor="#c9dfff";
	offcolor="#000000";
	bordercolor="#4876b2";
	borderstyle="solid";
	borderwidth=0;
	separatorcolor="#2D729D";
	separatorsize="1";
	padding=5;
	width=150;
	fontsize="10";
	fontweight="bolder";
	fontstyle="normal";
	fontfamily="Verdana, Tahoma, Arial";
	pagecolor="black";
	pagebgcolor="#82B6D7";
	headercolor="#000000";
	headerbgcolor="#ffffff";
	subimage="../graphs/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(ssmenuStyle=new mm_style()){
	onbgcolor="#6a92c8";
	oncolor="#ffffff";
	offbgcolor="#c9dfff";
	offcolor="#000000";
	bordercolor="#4876b2";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#2D729D";
	separatorsize="1";
	padding=5;
	width=150;
	fontsize="10";
	fontstyle="normal";
	fontfamily="Verdana, Tahoma, Arial";
	pagecolor="black";
	pagebgcolor="#82B6D7";
	headercolor="#000000";
	headerbgcolor="#ffffff";
	subimage="../graphs/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(milonic=new menuname("principal")){
	style=menuStyle;
	top=170;
	left=20;
	alwaysvisible=1;
	position="relative";
	orientation="horizontal";
	aI("text=Présentation;showmenu=presentation;");
	aI("text=Compresseur Sécheur;showmenu=compresseur;");
	aI("text=Atelier électronique;showmenu=atelier;");
	aI("text=Négoce électronique;showmenu=neg_elec;");
	aI("text=Négoce pneumatique;showmenu=neg_pneu;");
	aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Situation&nbsp;&nbsp;&nbsp;&nbsp;;url=./situation.asp;");
	aI("text=&nbsp;&nbsp;Lettre d'info&nbsp;&nbsp;;url=./lettre.asp;");
	aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Contact&nbsp;&nbsp;&nbsp;&nbsp;;url=./contact.asp;");
}

with(milonic=new menuname("presentation")){
	style=ssmenuStyle;
	aI("text=Historique;url=./paragraphe.asp?id=1;");
	aI("text=Activités;url=./paragraphe.asp?id=2;");
	aI("text=Partenaires&nbsp;&nbsp;;url=./partenaire.asp;");
}

with(milonic=new menuname("compresseur")){
	style=ssmenuStyle;
	aI("text=Neuf;url=./neuf.asp;");
	aI("text=Occasion;url=./comprsecheur.asp?page=occasion;");
	aI("text=Location courte durée;url=./comprsecheur.asp?page=location&duree=courte;");
	aI("text=Location longue durée;url=./paragraphe.asp?id=8;");
	aI("text=S.A.V. - Dépannage;url=./savdepannage.asp;");
}

with(milonic=new menuname("atelier")){
	style=ssmenuStyle;
	aI("text=Produits gamme AI;url=./produit_ai.asp");
	aI("text=Etude et réalisation;url=./etude.asp;");
	aI("text=Réparation et dépannage;url=./reparation.asp;");
}

with(milonic=new menuname("neg_elec")){
	style=ssmenuStyle;
	aI("text=Liste des thèmes;url=./theme.asp?id=elec;");
	aI("text=Recherche par marque;url=./marque.asp?id=elec;");
}

with(milonic=new menuname("neg_pneu")){
	style=ssmenuStyle;
	aI("text=Liste des thèmes;url=./theme.asp?id=pneu;");
	aI("text=Recherche par marque;url=./marque.asp?id=pneu;");
}
drawMenus();

