/***********************************************
* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

//Contents for menu 1


//var menu1=new Array()
//menu1[0]='---';

//Contents for menu 2, and so on

var menu2=new Array()
menu2[0]='<a href="http://www.fonds-sonores-archives.sarthe.com/www/index.php/sps/pages/action/voir/tag/presentation-fonds-infos-projet-objectifs">Sauvegarde de la parole sarthoise</a>';
menu2[1]='<a href="http://www.fonds-sonores-archives.sarthe.com/www/index.php/sps/pages/action/voir/tag/presentation-fonds-nature-documents">Nature des documents collectés</a>';
menu2[2]='<a href="http://www.fonds-sonores-archives.sarthe.com/www/index.php/sps/documents/action/presentation_collections">Les collections présentées</a>';
menu2[3]='<a href="http://www.fonds-sonores-archives.sarthe.com/www/index.php/sps/pages/action/voir/tag/presentation-fonds-infos-acteurs-partenaires">Acteurs & partenaires de l\'action</a>';
menu2[4]='<a href="http://www.fonds-sonores-archives.sarthe.com/www/index.php/sps/pages/action/voir/tag/presentation-fonds-bibliographie">Bibliographie sélective</a>';

//Contents for menu 2, and so on

var menu3=new Array()
menu3[0]='<a href="http://www.fonds-sonores-archives.sarthe.com/www/index.php/sps/documents/action/recherche_simplifiee">Recherche simplifiée</a>';
menu3[1]='<a href="http://www.fonds-sonores-archives.sarthe.com/www/index.php/sps/documents/action/recherche_avancee">Recherche avancée</a>';

var menu4=new Array()
menu4[0]='<a href="http://www.fonds-sonores-archives.sarthe.com/www/index.php/sps/pages/action/rubrique_bc/tag/bc-traditions">Les traditions en Sarthe</a>';
menu4[1]='<a href="http://www.fonds-sonores-archives.sarthe.com/www/index.php/sps/pages/action/rubrique_bc/tag/bc-danses">Danser en Sarthe</a>';
menu4[2]='<a href="http://www.fonds-sonores-archives.sarthe.com/www/index.php/sps/pages/action/presentation_bc">Tous les dossiers...</a>';

var menu5=new Array()
menu5[0]='<a href="#">Contacts / 1</a>';
menu5[1]='<a href="#">Contacts / 2</a>';




var menuwidth='170px'; //default menu width
var menubgcolor='#FFF5D9';  //menu bgcolor

// Note :  les deux paramètres précédents sont redéfinis dans la feuille de style, au niveau du sélecteur '#dropmenudiv a',
// afin de garantir une compatibilité maximale avec les différents navigateurs

var disappeardelay=250;  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes"; //hide menu when user clicks within menu?

