/*
 Milonic DHTML Website Navigation Menu - Version 3.x
 Written by Andy Woolley - Copyright 2002 (c) Milonic Solutions Limited. All Rights Reserved.
 Please visit http://www.milonic.co.uk/menu or e-mail menu3@milonic.com for more information.
 
 The Free use of this menu is only available to Non-Profit, Educational & Personal web sites.
 Commercial and Corporate licenses  are available for use on all other web sites & Intranets.
 All Copyright notices MUST remain in place at ALL times and, please keep us informed of your 
 intentions to use the menu and send us your URL.
*/


//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="<scr"+"ipt language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/scr"+"ipt>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////


// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // 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=10;	// Sub menu offset Top position 
suboffset_left=10;	// Sub menu offset Left position
closeOnClick = true

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.
"#FFFFCE",			// Mouse Off Font Color
"#003063",			// Mouse Off Background Color
"#FFFFCE",			// Mouse On Font Color
"#D6657B",			// Mouse On Background Color
"",   			        // Menu Border Color 
12,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",			// Font Weight (bold or normal)
"Times New Roman, Times New Roman",	                // Font Name
4,				// Menu Item Padding
"",		                // Sub Menu Image (Leave this blank if not needed)
,				// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
"FFFFCE",			// Current Page Item Font Color (leave this blank to disable)
"#B00000",			// Current Page Item Background Color (leave this blank to disable)
"",				// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"ffffff",			// Menu Header Background Color (Leave blank if headers are not needed)
"",				// Menu Item Separator Color
]


addmenu(menu=[			// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
1,				// Menu Top - The Top position of the menu in pixels
20,				// Menu Left - The Left position of the menu in pixels
100,				// Menu Width - Menus width in pixels
0,				// Menu Border Width 
,				// 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)
"center",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
1,				// 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)
,				// Background image for menu when BGColor set to transparent.
,				// Scrollable Menu
,				// Reserved for future use
,"Le site&nbsp;&nbsp;&nbsp;","show-menu=lesite",,"",1
,"Bio / Biblio&nbsp;&nbsp;&nbsp;","show-menu=biobiblio",,"",1
 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Discographie&nbsp;&nbsp;&nbsp;","show-menu=discographie",,"",1
,"Signé J. Bertin&nbsp;&nbsp;","show-menu=signe",,"",1
,"Presse&nbsp;&nbsp;","show-menu=presse",,"",1
,"Extraits&nbsp;&nbsp;","show-menu=extraits",,"",1
,"Scène&nbsp;&nbsp;","show-menu=scene",,"",1
,"Atelier&nbsp;&nbsp;&nbsp;","http://velen.chez-alice.fr/bertin/atelier.htm",,"Jacques Bertin propose un atelier sur le patrimoine chanté",1
,"Exégèse!&nbsp;&nbsp;&nbsp;","show-menu=exegese",,"",1
,"Les Orpailleurs&nbsp;&nbsp;&nbsp;","http://velen.chez-alice.fr/bertin/orpailleurs.htm",,"Histoire de la chanson",1
// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
])

	
	addmenu(menu=["lesite",
	,,170,1,"",style1,, "left",effect,,,,,,,,,,,,
	,"Bienvenue","http://velen.chez-alice.fr/bertin/index1.htm",,"Retour à la page de bienvenue",1
	,"La dernière lettre d'actualités","http://velen.chez-alice.fr/bertin/newsletter.htm",,"La dernière newsletter",1
	,"Nous écrire","http://velen.chez-alice.fr/bertin/mail.htm",,"Nous écrire",1
	,"Mise à jour","http://velen.chez-alice.fr/bertin/maj.htm",,"Mise à jour",1
	,"Rechercher sur ce site","http://velen.chez-alice.fr/bertin/moteur.htm",,"Rechercher sur ce site",1
	])

	addmenu(menu=["biobiblio",
	,,170,1,"",style1,, "left",effect,,,,,,,,,,,,
	,"Biographie","http://velen.chez-alice.fr/bertin/bio.htm",,"Biographie",1
	,"Bibliographie","http://velen.chez-alice.fr/bertin/biblio.htm",,"Bibliographie",1
	])

	addmenu(menu=["discographie",
	,,170,1,"",style1,, "left",effect,,,,,,,,,,,,
	,"Tous les disques","http://velen.chez-alice.fr/bertin/bas.htm",,"Tous les disques",1
	,"Critiques de disques","http://velen.chez-alice.fr/bertin/cr_disq.htm",,"Critiques de disques",1
	,"Laurent Desmurs","http://velen.chez-alice.fr/bertin/desmurs.htm",,"Laurent Desmurs accompagne Jacques Bertin",1
	,"Disques Velen","http://velen.chez-alice.fr/bertin/contact.htm",,"Les Disques Velen",1
	,"Le comptoir des amis","http://velen.chez-alice.fr/bertin/comptoir_amis.htm",,"Velen distribue aussi",1	
	])
	
			
			
	addmenu(menu=["signe",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Le mot de J. Bertin","http://velen.chez-alice.fr/bertin/lemot.htm",,"Le mot de Jacques Bertin",1
	,"Un scénario inédit","http://velen.chez-alice.fr/bertin/gabare.htm",,"Un scénario inédit",1
	,"Projet pour le répertoire","http://velen.chez-alice.fr/bertin/patrimoi.htm",,"Projet pour le répertoire",1
	,"Un film sur René Guy Cadou","http://velen.chez-alice.fr/bertin/cadou.htm",,"Un film sur René Guy Cadou",1
	,"Un film sur Jean Dufour","http://velen.chez-alice.fr/bertin/film_dufour.htm",,"Un film sur Jean Dufour",1
	,"Livres","http://velen.chez-alice.fr/bertin/livres.htm",,"Livres",1
	,"Articles","http://velen.chez-alice.fr/bertin/art_bert.htm",,"Articles",1
	,"Malin plaisir","http://velen.chez-alice.fr/bertin/malin.htm",,"Malin plaisir",1
	,"Policultures","http://velen.chez-alice.fr/bertin/policult.htm",,"Policultures",1
	,"Communications","http://velen.chez-alice.fr/bertin/com_bert.htm",,"Communications",1	
	])
	
	addmenu(menu=["presse",
	,,170,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Critiques disques","http://velen.chez-alice.fr/bertin/cr_disq.htm",,"Critiques de disques",1
	,"Critiques scènes","http://velen.chez-alice.fr/bertin/cr_sc.htm",,"Critiques scènes",1
	,"Les spectateurs écrivent","http://velen.chez-alice.fr/bertin/sc_spectateurs.htm",,"Les spectateurs écrivent",1
	,"Interviews","http://velen.chez-alice.fr/bertin/interv.htm",,"Interviews",1
	,"Autres articles","http://velen.chez-alice.fr/bertin/articles.htm",,"Autres articles",1
	,"Dossier de presse","http://velen.chez-alice.fr/bertin/dossier_presse.htm",,"Télécharger le dossier de presse",1
	])

	
	addmenu(menu=["extraits",
	,,170,1,"",style1,,"",effect,,,,,,,,,,,,
	,"Ecouter", "http://velen.chez-alice.fr/bertin/real.htm",,"Ecouter(extraits)",1
	,"MP3", "http://velen.chez-alice.fr/bertin/tele.htm",,"Quelques chansons dans leur intégralité",1
	,"Lire", "http://velen.chez-alice.fr/bertin/textes.htm",,"Lire",1
	,"Video", "http://velen.chez-alice.fr/bertin/video.htm",,"Video",1
	])
	
	addmenu(menu=["scene",
	,,170,1,"",style1,,"",effect,,,,,,,,,,,,
	,"Dates", "http://velen.chez-alice.fr/bertin/dates.htm",,"Dates",1
	,"Contact scène", "http://velen.chez-alice.fr/bertin/contact_scene.htm",,"Contact scène",1
	])

	addmenu(menu=["exegese",
	,,170,1,"",style1,,"",effect,,,,,,,,,,,,
	,"DVD Jacques Bertin, le chant d'un homme", "http://velen.chez-alice.fr/bertin/lignieres.htm",,"DVD Les films du Sud",1
	,"Les formes orphiques et sociales de la transmission chansonnière- Douai, Bertin, Forcioli", "http://velen.chez-alice.fr/bertin/deniot.htm",,"Joelle Deniot",1
	,"Que faire au baccalauréat...", "http://velen.chez-alice.fr/bertin/quefaireaubac.htm",,"Que faire au bac",1
	,"Essai sur l'imaginaire dans la chanson de J. Bertin", "http://velen.chez-alice.fr/bertin/partirpeutetre.htm",,"Essai",1
	,"Dossier Chorus", "http://velen.chez-alice.fr/bertin/chorus42.htm",,"Dossier Chorus",1
	,"Thèse", "http://velen.chez-alice.fr/bertin/rousseau.htm",,"Thèse",1	
	,"Lucienne Schlernitzauer", "http://velen.chez-alice.fr/bertin/lucienne.htm",,"Lucienne Schlernitzauer",1
	,"Manuels scolaires", "http://velen.chez-alice.fr/bertin/belin.htm",,"Manuels scolaires",1
	,"Hommage", "http://velen.chez-alice.fr/bertin/poesie2002.htm",,"Hommage",1
	,"Bibliographie", "http://velen.chez-alice.fr/bertin/biblio.htm",,"Bibliographie",1	
	])


	
		

dumpmenus()

