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

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

mv2_menu[0] = '<img src="images/accueil.gif" border="0" width="100" height="15" alt="">';
mv2_menu[1] = '<img src="images/action.gif" border="0" width="100" height="15" alt="">';
mv2_menu[2] = '<img src="images/archives.gif" border="0" width="100" height="15" alt="">';
mv2_menu[3] = '<img src="images/identite.gif" border="0" width="100" height="15" alt="">';
mv2_menu[4] = '<img src="images/mouvement.gif" border="0" width="100" height="15" alt="">';


mv2_lien[0] = ''
mv2_lien[1] = ''
mv2_lien[2] = ''
mv2_lien[3] = ''
mv2_lien[4] = ''
mv2_lien[0] += '<A HREF="index.php" CLASS=mv2style><img src="images/g_edito.gif" border="0" width="100" height="15" alt=""></A><BR>';
mv2_lien[0] += '<A HREF="index.php?go=bn" CLASS=mv2style><img src="images/g_blocnotes.gif" border="0" width="100" height="15" alt=""></A><BR>';
mv2_lien[1] += '<A HREF="index.php?go=actualites" CLASS=mv2style><img src="images/g_actualites.gif" border="0" width="100" height="15" alt=""></A><BR>';
mv2_lien[1] += '<A HREF="index.php?go=agenda" CLASS=mv2style><img src="images/g_agenda.gif" border="0" width="100" height="15" alt=""></A><BR>';
mv2_lien[1] += '<A HREF="index.php?go=conferences" CLASS=mv2style><img src="images/g_conferences.gif" border="0" width="100" height="15" alt=""></A><BR>';
mv2_lien[2] += '<A HREF="index.php?go=presse" CLASS=mv2style><img src="images/g_presse.gif" border="0" width="100" height="15" alt=""></A><BR>';
mv2_lien[2] += '<A HREF="index.php?go=etudes" CLASS=mv2style><img src="images/g_etudes.gif" border="0" width="100" height="15" alt=""></A><BR>';
mv2_lien[2] += '<A HREF="index.php?go=publications" CLASS=mv2style><img src="images/g_publications.gif" border="0" width="100" height="15" alt=""></A><BR>';
mv2_lien[2] += '<A HREF="index.php?go=bibliographie" CLASS=mv2style><img src="images/g_bibliographie.gif" border="0" width="100" height="15" alt=""></A><BR>';
mv2_lien[3] += '<A HREF="index.php?go=presentation" CLASS=mv2style><img src="images/g_presentation.gif" border="0" width="100" height="15" alt=""></A><BR>';
mv2_lien[3] += '<A HREF="index.php?go=biographie" CLASS=mv2style><img src="images/g_biographie.gif" border="0" width="100" height="15" alt=""></A><BR>';
mv2_lien[4] += '<A HREF="mailto:eric.donfu@drsopinion.com" CLASS=mv2style><img src="images/g_nouscontacter.gif" border="0" width="100" height="15" alt=""></A><BR>';
mv2_lien[4] += '<A HREF="index.php?go=liens" CLASS=mv2style><img src="images/g_liens.gif" border="0" width="100" height="15" alt=""></A><BR>';


mv2_pos = -1;

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

	for(a=0;a<mv2_menu.length;a++)
		{
		if(mv2_pos == a || !document.getElementById)
			bgcolor = "#FFFFFF";
		else
			bgcolor = "#FFFFFF";
	if(document.getElementById)
			mv2_aff += "<TR><TD height=30 BGCOLOR="+bgcolor+"><A HREF=\"#\" onmouseover=\"mv2_pos="+a+";mv2_menu_draw()\" CLASS=mv2style><FONT FACE=\"Verdana\" SIZE=2><font color=\"#FF4100\"><b>"+mv2_menu[a]+"</b></font></FONT></A></TD></TR>";
		else
			mv2_aff += "<TR><TD BGCOLOR="+bgcolor+"><FONT FACE=\"Verdana\" SIZE=2 COLOR=#000000>"+mv2_menu[a]+"</FONT></TD></TR>"
	if(mv2_pos == a || !document.getElementById)
			mv2_aff += "<TR><TD BGCOLOR="+bgcolor+"><FONT FACE=\"Verdana\" SIZE=1>"+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();
