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

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

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

mv2_menu[0] = 'Ecole d\'Allassac';
mv2_menu[1] = 'Collège Le Colombier d\'Allassac';
mv2_menu[2] = 'Lycée Cabanis de Brive';
mv2_menu[3] = 'Contacts';


mv2_lien[0] = ''
mv2_lien[1] = ''
mv2_lien[2] = ''
mv2_lien[3] = ''
mv2_lien[0] += '<A HREF="../ecole/maternelle.html" CLASS=mv2style TARGET="centre"> . Maternelle, 1984-1985</A><BR>';
mv2_lien[0] += '<A HREF="../ecole/cp.html" CLASS=mv2style TARGET="centre"> . CP, 1985-1986</A><BR>';
mv2_lien[0] += '<A HREF="../ecole/ce1.html" CLASS=mv2style TARGET="centre"> . CE1, 1986-1987</A><BR>';
mv2_lien[0] += '<A HREF="../ecole/ce2.html" CLASS=mv2style TARGET="centre"> . CE2, 1987-1988</A><BR>';
mv2_lien[0] += '<A HREF="../ecole/cm1.html" CLASS=mv2style TARGET="centre"> . CM1, 1988-1989</A><BR>';
mv2_lien[0] += '<A HREF="../ecole/cm2.html" CLASS=mv2style TARGET="centre"> . CM2, 1989-1990</A><BR>';
mv2_lien[1] += '<A HREF="../college/6eme.html" CLASS=mv2style TARGET="centre"> . 6ème B, 1990-1991</A><BR>';
mv2_lien[1] += '<A HREF="../college/5eme.html" CLASS=mv2style TARGET="centre"> . 5ème C, 1991-1992</A><BR>';
mv2_lien[1] += '<A HREF="../college/4eme.html" CLASS=mv2style TARGET="centre"> . 4ème C, 1992-1993</A><BR>';
mv2_lien[1] += '<A HREF="../college/3eme.html" CLASS=mv2style TARGET="centre"> . 3ème D, 1993-1994</A><BR>';
mv2_lien[2] += '<A HREF="../lycee/2nde.html" CLASS=mv2style TARGET="centre"> . 2nde I01, 1994-1995</A><BR>';
mv2_lien[2] += '<A HREF="../lycee/1ere.html" CLASS=mv2style TARGET="centre"> . 1ère St06, 1995-1996</A><BR>';
mv2_lien[2] += '<A HREF="../lycee/Term.html" CLASS=mv2style TARGET="centre"> . Terminale St06, 1996-1997</A><BR>';
mv2_lien[3] += '<A HREF="../contacts/MailEleve.html" CLASS=mv2style TARGET="centre"> . Les mails des élèves</A><BR>';
mv2_lien[3] += '<A HREF="../contacts/contact.html" CLASS=mv2style TARGET="centre"> . Ecrivez-moi</A><BR>';
mv2_lien[3] += '<A HREF="../contacts/prevenir.html" CLASS=mv2style TARGET="centre"> . Prévenez vos amis</A><BR>';
mv2_lien[3] += '<A HREF="http://www.deschamps-web.com/site/echanger/forum/index.php?site=photosdeclasse" CLASS=mv2style TARGET="centre"> . Le forum</A><BR>';


mv2_pos = -1;

function mv2_menu_draw()
	{
	mv2_aff = "<TABLE BORDER=0 BGCOLOR=#cecece CELLPADDING=0 CELLSPACING=0 WIDTH=180><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 = "#e5e5e5";
		else
			bgcolor = "#8e8e8e";
	if(document.getElementById)
			mv2_aff += "<TR><TD BGCOLOR="+bgcolor+"><A HREF=\"#\" onMouseOver=\"mv2_pos="+a+";mv2_menu_draw()\" CLASS=mv2style><FONT FACE=\"Arial\" SIZE=2><B>"+mv2_menu[a]+"</B></FONT></A></TD></TR>";
		else
			mv2_aff += "<TR><TD BGCOLOR="+bgcolor+"><FONT FACE=\"Arial\" 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=\"Arial\" SIZE=2>"+mv2_lien[a]+"</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();
