/*
SCRIPT TROUVE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/

document.write('<STYLE TYPE="text/css">\na.mv2style {color:#FFFFFF;text-decoration:none;}\na:hover.mv2style {color:;text-decoration:underlined;}\n</STYLE>');

mv2_menu = new Array();
mv2_lien = new Array();

mv2_menu[0] = 'MUSIQUE';
mv2_menu[1] = 'INFORMATION DOCUMENTATION';
mv2_menu[2] = 'ÉDUCATION PERMANENTE';
mv2_menu[3] = 'DROITS DE L\'HUMAIN';


mv2_lien[0] = ''
mv2_lien[1] = ''
mv2_lien[2] = ''
mv2_lien[3] = ''
mv2_lien[0] += '<A HREF="http://www.tard-bourrichon.fr/musique.html" CLASS=mv2style TARGET="Tard-Bourrichon"> . </b>sur<b> <i>Tard Bourrichon</i></A><BR>';
mv2_lien[0] += '<A HREF="http://brich59.canalblog.com/archives/musique/index.html" CLASS=mv2style TARGET="Tard-Bourrichon"> . </b>sur<b> <i>Brich59</i></A><BR>';
mv2_lien[0] += '<A HREF="http://www.webzinemaker.com/cdf-roubaix" CLASS=mv2style TARGET="Tard-Bourrichon"> . </b>à la<b> <i>Chapelle des Flandres</i></A><BR>';
mv2_lien[1] += '<A HREF="http://www.tard-bourrichon.fr/information%20documentation.html" CLASS=mv2style TARGET="Tard-Bourrichon"> . </b>sur<b> <i>Tard Bourrichon</i></A><BR>';
mv2_lien[1] += '<A HREF="http://www.adbs.fr/nord-pas-de-calais-picardie-82990.htm" CLASS=mv2style TARGET="Tard-Bourrichon"> . </b>à l\'<b><i>ADBS Nord</i></A><BR>';
mv2_lien[1] += '<A HREF="http://www.adbs.fr/site/" CLASS=mv2style TARGET="Tard-Bourrichon"> . </b>sur le site de l\'<b><i>ADBS</i></A><BR>';
mv2_lien[1] += '<A HREF="http://www.univ-lille3.fr/fr/ufr-idist/" CLASS=mv2style TARGET="Tard-Bourrichon"> . </b>à l\'<b><i>UFR IDIST</i></A><BR>';
mv2_lien[1] += '<A HREF="http://brich59.canalblog.com/archives/info_doc/index.html" CLASS=mv2style TARGET="Tard-Bourrichon"> . </b>sur<b> <i>Brich59</i></A><BR>';
mv2_lien[1] += '<A HREF="http://www.vosliens.com/524acc/" CLASS=mv2style TARGET="Tard-Bourrichon"> . </b>le <b><i>thésauro-annuaire</i></b></A><BR>';
mv2_lien[1] += '<A HREF="http://brich59.canalblog.com/archives/2006/09/25/916883.html" CLASS=mv2style TARGET="Tard-Bourrichon"> . </b>quelques ressources pédagogiques<b></A><BR>';
mv2_lien[2] += '<A HREF="http://www.tard-bourrichon.fr/%E9ducation%20permanente%20-%20formation%20continue.html" CLASS=mv2style TARGET="Tard-Bourrichon"> . </b>sur<b> <i>Tard Bourrichon</i></A><BR>';
mv2_lien[2] += '<A HREF="http://brich59.canalblog.com/archives/formation_continue/index.html" CLASS=mv2style TARGET="Tard-Bourrichon"> . </b>sur<b> <i>Brich59</i></A><BR>';
mv2_lien[2] += '<A HREF="http://cueep.univ-lille1.fr/" CLASS=mv2style TARGET="Tard-Bourrichon"> . </b>sur le site du<b> <i>CUEEP</i></A><BR>';
mv2_lien[2] += '<A HREF="http://adbs.megadyne.fr/rubrique.php3?id_rubrique=5" CLASS=mv2style TARGET="Tard-Bourrichon"> . </b>à l\'<b><i>ADBS Nord</i></A><BR>';
mv2_lien[3] += '<A HREF="http://www.tard-bourrichon.fr/droits%20de%20l%27humain.html" CLASS=mv2style TARGET="Tard-Bourrichon"> . </b>sur<b> <i>Tard Bourrichon</i></A><BR>';
mv2_lien[3] += '<A HREF="http://brich59.canalblog.com/archives/droits_de_l_humain/index.html" CLASS=mv2style TARGET="Tard-Bourrichon"> . </b>sur<b> <i>Brich59</i></A><BR>';
mv2_lien[3] += '<A HREF="http://www.amnesty.asso.fr/nord-pas-de-calais" CLASS=mv2style TARGET="Tard-Bourrichon"> . </b>avec<b> <i>Amnesty International Nord-Pas de Calais</i></A><BR>';


mv2_pos = -1;

function mv2_menu_draw()
	{
	mv2_aff = "<TABLE BORDER=0 BGCOLOR=#000000 CELLPADDING=0 CELLSPACING=0 WIDTH=160><TR><TD><TABLE BORDER=0 CELLPADDING=03 CELLSPACING=1 WIDTH=100%>";

	for(a=0;a<mv2_menu.length;a++)
		{
		if(mv2_pos == a || !document.getElementById)
			bgcolor = "#990099";
		else
			bgcolor = "#79A2A2";
	if(document.getElementById)
			mv2_aff += "<TR><TD BGCOLOR="+bgcolor+"><A HREF=\"#\" onMouseOver=\"mv2_pos="+a+";mv2_menu_draw()\" CLASS=mv2style><FONT FACE=\"Verdana\" SIZE=2><B>"+mv2_menu[a]+"</B></FONT></A></TD></TR>";
		else
			mv2_aff += "<TR><TD BGCOLOR="+bgcolor+"><FONT FACE=\"Verdana\" SIZE=2 COLOR=#FFFFFF><B>"+mv2_menu[a]+"</B></FONT></TD></TR>"
	if(mv2_pos == a || !document.getElementById)
			mv2_aff += "<TR><TD BGCOLOR="+bgcolor+"><FONT FACE=\"Verdana\" SIZE=1><B>"+mv2_lien[a]+"</B></FONT></TD></TR>";
		}

	mv2_aff += "</TABLE></TD></TR></TABLE>";
	if(document.getElementById)
		document.getElementById("mv2").innerHTML = mv2_aff;
	else
		document.write(mv2_aff);
	}

mv2_menu_draw();
