_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="#4F8EB6";
	oncolor="#ffffff";
	offbgcolor="#DCE9F0";
	offcolor="#515151";
	bordercolor="#FFFFFF";
	borderstyle="solid";
	borderwidth=2;
	separatorcolor="#FFFFFF";
	separatorsize=0;
	padding=5;
	fontsize="10pt";
	fontstyle="normal";
	fontfamily="sans-serif";
	pagecolor="black";
	pagebgcolor="#82B6D7";
	headercolor="#000000";
	headerbgcolor="#ffffff";
	overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
	outfilter="Fade(duration=0.2)";
}

with (milonic=new menuname("Main"))
{
	style=menuStyle;
	top=10;
	left=10;
	menualign=left;
	menuheight="100%";
	menuwidth="100%";
	alwaysvisible=1;
	orientation="horizontal";
	aI("text=Accueil;url=../index.html");
	aI("text=Club;showmenu=Club;url=../club/index.html");
	aI("text=Spéléologie;showmenu=Speleologie;url=../speleologie/index.html");
	aI("text=Minéralogie;showmenu=Mineralogie;url=../mineralogie/index.html");
	aI("text=Connexes;showmenu=Connexes;url=../connexes/index.html");
	aI("text=Services;showmenu=Services;url=../services/index.html");
	aI("text=Agenda;url=http://agendagsc.canalblog.com/archives/agenda/index.html");
	aI("text=Mensuels;url=../mensuels/index.html");
}

with (milonic=new menuname("Club"))
{
	style=menuStyle;
	aI("text=Présentation;url=../club/presentation.html;");
	aI("text=Données administratives;url=../club/donnees.html");
	aI("text=Permanences;url=../club/permanences.html");
	aI("text=Administrateurs;url=../club/administrateurs.html");
	aI("text=Modalités d'affiliation;url=../club/affiliation.html");
	aI("text=Coupures de presse;url=../club/presse.html");
}

with (milonic=new menuname("Speleologie"))
{
	style=menuStyle;
	aI("text=Introduction;url=../speleologie/introduction.html;");
	aI("text=Visites et expéditions;url=../speleologie/visites.html;");
	aI("text=Initiations;url=../speleologie/initiations.html;");
	aI("text=Journ&eacute;es Nationales de la Sp&eacute;l&eacute;ologie;url=../speleologie/jns2009.html;");
	aI("text=Nuit Europ&eacute;enne des Chauves-Souris;url=../speleologie/nec2009.html;");
}

with (milonic=new menuname("Mineralogie"))
{
	style=menuStyle;
	aI("text=Introduction;url=../mineralogie/introduction.html;");
	aI("text=Bourse aux Minéraux & Fossiles;url=../mineralogie/bourse.html;");
}

with (milonic=new menuname("Connexes"))
{
	style=menuStyle;
	aI("text=Introduction;url=../connexes/introduction.html;");
	aI("text=Randonnée;url=../connexes/randonnee.html;");
	aI("text=Escalade;url=../connexes/escalade.html;");
	aI("text=Via ferrata;url=../connexes/viaferrata.html;");
	aI("text=Descente de canyon;url=../connexes/canyoning.html;");
}

with (milonic=new menuname("Services"))
{
	style=menuStyle;
	aI("text=Matériel;url=../services/materiel.html");
	aI("text=Fourniture de carbure;url=../services/carbure.html");
	aI("text=Rochers de Bouffioulx;url=../services/bouffioulx.html");
	aI("text=Bibliothèque;url=../services/bibliotheque.html");
	aI("text=Mailing list;url=../services/mailinglist.html");
}

drawMenus();
