fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;

with(menuMainCSS=new mm_style()){
	offclass="menuMainCSSoff";
	onclass="menuMainCSSon";
//	itemheight=16;
	separatorcolor="#a5a5a5";
	padding=0;
	separatorcolor="black";
	separatorsize="1";
	separatorpadding=5;
	pagecolor="black";
	pagebgcolor="#FF9900";
	rightimage="squelettes/images/menu_option.gif";
	leftimage="squelettes/images/menu_option.gif";
	pageleftimage="squelettes/images/menu_option_gauche.gif";
	pagerightimage="squelettes/images/menu_option_droite.gif";
}

with(menuSubCSS=new mm_style()){
	offclass="menuSubCSSoff";
	onclass="menuSubCSSon";
	bordercolor="#999999";
	borderstyle="solid";
	borderwidth=1;
	offbgcolor="#DEEDF4";
	offcolor="#000000";
	onbgcolor="#90C2E1";
	oncolor="#000000";
	separatorsize="3";
	separatorcolor="#DEEDF4";
	padding=2;
	rawcss="padding-left: 5px; padding-right:5px;";
	pagecolor="black";
	pagebgcolor="#90C2E1";
	pageborder='1px solid blue';
}

// ***********************************
// *** M E N U   P R I N C I P A L ***
// ***********************************

with(milonic=new menuname("Main Menu")){
style=menuMainCSS;
position="relative";
top=10;
left=10;
alwaysvisible=1;
margin=1;
orientation="horizontal";

aI("text=Qui-Sommes-Nous?;showmenu=Identite;");
aI("text=Couvents;showmenu=Couvents;");
aI("text=Activit&eacute;s;showmenu=Activites;");
aI("text=Documents;showmenu=Documents;");
aI("text=Photos;url=spip.php?page=albums;pagematch=/spip.php?page=albums;");
aI("text=News;url=spip.php?page=news;pagematch=/spip.php?page=news;");
aI("text=Liens;url=spip.php?page=liens;pagematch=/spip.php?page=liens;");
}		

// ****************************
// *** S O U S - M E N U S  ***
// ****************************
	
with(milonic=new menuname("Identite")){
overflow="scroll"
style=menuSubCSS;
margin=1;
aI("text=Ordre des Fr&egrave;res Mineurs Conventuels;url=http://www.ofmconv.org;");
aI("text=D&eacute;l&eacute;gation g&eacute;n&eacute;rale de Suisse;url=http://www.cordeliers.ch/histoire/delegation.php&lang=fr;pagematch=/histoire/delegation.php;");
aI("text=Annuaire;url=http://www.cordeliers.ch/spip.php?page=schema&partie=home&lang=fr;pagematch=/spip.php?page=schema;");
}

with(milonic=new menuname("Couvents")){
overflow="scroll"
style=menuSubCSS;
margin=1;
aI("text=Choulex;url=spip.php?page=couvent&couv=CH&div=hist&art=presence&lang=fr;pagematch=/spip.php?page=couvent&couv=CH;");
aI("text=Fl&uuml;eli-Ranft;url=spip.php?page=couvent&couv=FL&lang=fr;pagematch=/spip.php?page=couvent&couv=FL;");
aI("text=Fribourg;url=spip.php?page=couvent&couv=FR&div=hist&art=presence&lang=fr;pagematch=/spip.php?page=couvent&couv=FR;");
}

with(milonic=new menuname("Activites")){
overflow="scroll"
style=menuSubCSS;
margin=1;
aI("text=Paroisses;url=http://www.arvelac.ch/;");
aI("text=Botschaft der Franziskaner;url=spip.php?page=botschaft&lang=fr;pagematch=/spip.php?page=botschaft;");
aI("text=Petites Feuilles Franciscaines;url=spip.php?page=feuilles&lang=fr;pagematch=/spip.php?page=feuilles;");
aI("text=Spirituelles;url=spip.php?page=spi&lang=fr;pagematch=/spip.php?page=spi;");
}

with(milonic=new menuname("Documents")){
overflow="scroll"
style=menuSubCSS;
margin=1;
aI("text=Pri&egrave;res;url=spip.php?page=prieres&lang=fr;pagematch=/spip.php?page=prieres;");
aI("text=Fraternus Nuntius;url=spip.php?page=fraternus&lang=fr;pagematch=/spip.php?page=fraternus;");
aI("text=Informations de la Province allemande;url=spip.php?page=mitteilungen_deutschland&lang=fr;pagematch=/spip.php?page=mitteilungen_deutschland;");
aI("text=Informations de la D&eacute;l&eacute;gation autrichienne;url=spip.php?page=mitteilungen_austria&lang=fr;pagematch=/spip.php?page=mitteilungen_austria;");
}

drawMenus();
