

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] = '<A HREF="centre.htm" CLASS=mv2style TARGET="centre"> Accueil </A><BR>';
mv2_menu[1] = '<A HREF="actu/centre.htm" CLASS=mv2style TARGET="centre"> Actualités </A><BR>';
mv2_menu[2] = 'Atlas économique';
mv2_menu[3] = 'Entreprise et Savoir Faire';
mv2_menu[4] = 'Publications';
mv2_menu[5] = '<A HREF="interlocuteur/centre.htm" CLASS=mv2style TARGET="centre"> Contact </A><BR>';
mv2_menu[6] = '<A HREF="liens/centre.htm" CLASS=mv2style TARGET="centre"> Liens utiles </A><BR>';


mv2_lien[0] = ''
mv2_lien[1] = ''
mv2_lien[2] = ''
mv2_lien[3] = ''
mv2_lien[4] = ''
mv2_lien[5] = ''
mv2_lien[6] = ''
//mv2_lien[0] += '<A HREF="centre.htm" CLASS=mv2style TARGET="centre"> . Accueil </A><BR>';
//mv2_lien[1] += '<A HREF="actu/centre.htm" CLASS=mv2style TARGET="centre"> . Actualités </A><BR>';
mv2_lien[2] += '<A HREF="position/centre.htm" CLASS=mv2style TARGET="centre"> . Position géographique</A><BR>';
mv2_lien[2] += '<A HREF="reseau/centre.htm" CLASS=mv2style TARGET="centre"> . Réseaux de communication</A><BR>';
mv2_lien[2] += '<A HREF="environ/centre.htm" CLASS=mv2style TARGET="centre"> . Environnement et Tourisme</A><BR>';
mv2_lien[2] += '<A HREF="formation/centre.htm" CLASS=mv2style TARGET="centre"> . Formation et Recherche</A><BR>';
//mv2_lien[3] += '<A HREF="fairesavoir/rech_entr/entreprise.php" CLASS=mv2style TARGET="centre"> . Répertoire des entreprises</A><BR>';
mv2_lien[3] += '<A HREF="fairesavoir/centre.htm" CLASS=mv2style TARGET="centre"> . Répertoire des entreprises</A><BR>';
mv2_lien[4] += '<A HREF="nouveautes/centre.htm" CLASS=mv2style TARGET="centre"> . Nouveautés</A><BR>';
mv2_lien[4] += '<A HREF="etudes/centre.htm" CLASS=mv2style TARGET="centre"> . Les études de l\'Observatoire</A><BR>';
mv2_lien[4] += '<A HREF="tableaux/centre.htm" CLASS=mv2style TARGET="centre"> . Tableaux de bord et statistiques</A><BR>';
mv2_lien[4] += '<A HREF="chronic/centre.htm" CLASS=mv2style TARGET="centre"> . Chronic Eco</A><BR>';
mv2_lien[4] += '<A HREF="cartotheque/centre.htm" CLASS=mv2style TARGET="centre"> . Cartothèque</A><BR>';
//mv2_lien[5] += '<A HREF="interlocuteur/centre.htm" CLASS=mv2style TARGET="centre"> . Contacts </A><BR>';
//mv2_lien[6] += '<A HREF="liens/centre.htm" CLASS=mv2style TARGET="centre"> . Liens utiles </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 = "#75BFE6"; //bleu le + clair
		else
			bgcolor = "#006DB8";
	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>"+mv2_menu[a]+"</FONT></A></TD></TR>";
		else
			mv2_aff += "<TR><TD BGCOLOR="+bgcolor+"><FONT FACE=\"Verdana\" SIZE=2 COLOR=#FFFFFF>"+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();
