//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Ne pas modifier la ligne ci-dessus.

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.3);Alpha(style=0,opacity=90)"
}
else
{
	effect = "" // Stop IE5.5 bug when using more than one filter
}


timegap=500				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=0;		// Sub menu offset Top position 
suboffset_left=0;		// Sub menu offset Left position

style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"FFFFCC",				// Couleur du texte du menu Off
"006699",				// Couleur du fond Off
"000000",				// Couleur du texte du menu On
"6699CC",				// Couleur du fond On
"FFFFCC",				// Couleur de la bordure des menus 
10,						// Taille de la police de caracteres en pixels
"normal",				// Style de la police de caractere(italic ou normal)
"bold",					// Epaisseur de la police de caractere (bold ou normal)
"Verdana, Arial,",		// Nom de la police de caractere
4,						// Hauteur de la barre de menu
,                   	// Image de menu (Laisser blanc si pas necessaire)
0,						// 3D Border & Separator bar
,						// 3D High Color
,						// 3D Low Color
,						// Current Page Item Font Color (leave this blank to disable)
,						// Current Page Item Background Color (leave this blank to disable)
,						// Top Bar image (Leave this blank to disable)
,						// Menu Header Font Color (Leave blank if headers are not needed)
,						// Menu Header Background Color (Leave blank if headers are not needed)
]


addmenu(menu=[		// ZONE CONTENANT LES PROPRIETES DU MENU
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
60,					// Position du menu - à partir du haut - en pixels
140,  			    // Position du menu - à partir de la gauche - en pixels
,					// Menu Width - Menus width in pixels
1,					// Largeur des bordures du menu
,       			// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,					// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"&nbsp;&nbsp;&nbsp;Mairie&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=menu1",,"",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;&nbsp;&nbsp;Pratique&nbsp;&nbsp;&nbsp","show-menu=menu2",,"",0
,"&nbsp;&nbsp;&nbsp;Conseil&#160municipal&nbsp;&nbsp;&nbsp;","show-menu=menu3",,"",0
,"&nbsp;&nbsp;&nbsp;Personnel&nbsp;&nbsp;&nbsp;","show-menu=menu4",,"",0
,"&nbsp;&nbsp;&nbsp;Informations&nbsp;&nbsp;&nbsp;","show-menu=menu5",,"",0
])

	addmenu(menu=["menu1",
	,"offset=1",80,2,"",style1,,"left",effect,,,,,,,,,,,,
	,"Horaires","mairie.htm",,,1
	])
	
	addmenu(menu=["menu2",
	,"offset=1",180,2,"",style1,,"left",effect,,,,,,,,,,,,
	,"Chiffres","chiffres.htm",,,1
	,"Informations administratives","info_admin.htm",,,1
	,"Informations pratiques","info_prat.htm",,,1
	,"Tarifs communaux","tarifs.htm",,,1
	,"Numéros d'urgence","numeros_urgence.htm",,,1
	])

	addmenu(menu=["menu3",
	,"offset=1",250,2,"",style1,,"left",effect,,,,,,,,,,,,
	,"Présentation des conseillers","conseil_municipal.htm",,,1
	,"Comptes-rendus des conseils municipaux","comptes_rendus.htm",,,1
	,"Vie politique locale","vie_politique.htm",,,1	
	])
	
	addmenu(menu=["menu4",
	,"offset=1",230,2,"",style1,,"left",effect,,,,,,,,,,,,
	,"Présentation du personnel communal","personnel.htm",,,1
	])
	
	addmenu(menu=["menu5",,"offset=1",180,2,"",style1,,"left",effect,,,,,,,,,,,,
	,"L'EAU","eau1.htm",,,1
	,"Structures intercommunales","structures_intercom.htm",,,1	
	,"Bulletin communal","bulletins.htm",,,1
			])

dumpmenus()