

document.write('<STYLE TYPE="text/css">\na.mv2style {color:#808080;text-decoration:none;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; letter-spacing: -0.04em}\na:hover.mv2style {color:#027771;text-decoration:underlined;}\n</STYLE>');

mv2_menu = new Array();
mv2_lien = new Array();
mv2_souslien = new Array();

mv2_menu[0] = '<img src="images/menuGauche/bout_entreprise.gif" border="0">';
mv2_menu[1] = '<img src="images/menuGauche/bout_vision.gif" border="0">';
mv2_menu[2] = '<img src="images/menuGauche/bout_solutions.gif" border="0">';
mv2_menu[3] = '<img src="images/menuGauche/bout_services.gif" border="0">';
mv2_menu[4] = '<img src="images/menuGauche/bout_partenaires.gif" border="0">';
//mv2_menu[5] = '<A HREF="html/sitedepresse.htm" target="page"><img src="images/menuGauche/bout_sitePresse.gif" border="0"></A>';
//mv2_menu[5] = '<A HREF="dyn/recrutement.php" target="page"><img src="images/menuGauche/bout_recrutement.gif" border="0"></A>';
mv2_menu[5] = '<A HREF="html/contact.htm" target="page"><img src="images/menuGauche/bout_contact.gif" border="0"></A>';



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="html/entreprise-panorama.htm" CLASS=mv2style target="page"> . Panorama<BR>';
mv2_lien[0] += '<A HREF="html/entreprise-equipeManagement.htm" CLASS=mv2style target="page"> . Management<BR>';
mv2_lien[0] += '<A HREF="html/actualites-sommaire.htm" CLASS=mv2style target="page"> . Actualités<BR>';
mv2_lien[0] += '<A HREF="html/entreprise-legroupe.htm" CLASS=mv2style target="page"> . Le groupe<BR>';

mv2_lien[1] += '<A HREF="html/vision-solutionsLeader.htm" CLASS=mv2style target="page"> . Solutions leader</A><BR>';
mv2_lien[1] += '<A HREF="html/vision-acteurGlobal.htm" CLASS=mv2style target="page"> . Acteur global</A><BR>';

mv2_lien[2] += '<A HREF="html/solution-incadeaEngine.htm" CLASS=mv2style target="page"> . incadea.engine</A><BR>';
//mv2_lien[2] += '<A HREF="html/solution-microsoftNavision.htm" CLASS=mv2style target="page"> . Microsoft-Navision</A><BR>';
mv2_lien[2] += '<A HREF="html/solution-beneficeClient.htm" CLASS=mv2style target="page"> . Bénéfices client</A><BR>';
mv2_lien[2] += '<A HREF="html/solution-documentations.htm" CLASS=mv2style target="page"> . Documentations</A><BR>';

mv2_lien[3] += '<A HREF="html/services-strategieOffreGlobale.htm" CLASS=mv2style target="page"> . Stratégie d\'offre globale</A><BR>';
mv2_lien[3] += '<A HREF="html/services-methodologieProjet.htm" CLASS=mv2style target="page"> . Méthodologie projet</A><BR>';

mv2_lien[4] += '<A HREF="html/partenaires-strategiques.htm" CLASS=mv2style target="page"> . Stratégiques</A><BR>';
mv2_lien[4] += '<A HREF="html/partenaires-technologiques.htm" CLASS=mv2style target="page"> . Technologiques</A><BR>';


/*mv2_souslien[0] = new Array();
mv2_souslien[0][0] = '';
mv2_souslien[0][0] += '<A HREF="www.hb1.com" CLASS=mv2style> . sousrubrique1.1.1</A><BR>';
mv2_souslien[0][0] += '<A HREF="www.hb1.com" CLASS=mv2style> . sousrubrique1.1.2</A><BR>';
mv2_souslien[0][0] += '<A HREF="www.hb1.com" CLASS=mv2style> . sousrubrique1.1.3</A><BR>';
mv2_souslien[0][1] = '';
mv2_souslien[0][1] += '<A HREF="www.hb1.com" CLASS=mv2style> . sousrubrique1.1.1</A><BR>';
mv2_souslien[0][1] += '<A HREF="www.hb1.com" CLASS=mv2style> . sousrubrique1.1.2</A><BR>';
mv2_souslien[0][1] += '<A HREF="www.hb1.com" CLASS=mv2style> . sousrubrique1.1.3</A><BR>';*/


mv2_pos = -1;

function mv2_menu_draw()
	{
	mv2_aff = "<TABLE BORDER=0 BGCOLOR=#ffffff CELLPADDING=0 CELLSPACING=0 WIDTH=118>";

	for(a=0;a<mv2_menu.length;a++)
	{
		if(mv2_pos == a || !document.getElementById)
		{
			background="images/menuGauche/bg.gif";
		}
		else
		{
			bgcolor = "#F8F6F6";
		}
		
		if(document.getElementById)
		{
			mv2_aff += "<TR><TD BGCOLOR="+bgcolor+"><A HREF=\"#\" onMouseOver=\"mv2_pos="+a+";mv2_menu_draw()\" CLASS=mv2style><FONT FACE=\"Verdana\" SIZE=1><b>"+mv2_menu[a]+"</b></FONT></A></TD></TR>";
		}
		else
		{
			mv2_aff += "<TR><TD BGCOLOR="+bgcolor+"><FONT FACE=\"Verdana\" SIZE=1 COLOR=#000000><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>"+mv2_lien[a]+"</FONT></TD></TR>";
		}
		
		
		
		
	}

	mv2_aff += "</TABLE>";
	if(document.getElementById)
		document.getElementById("mv2").innerHTML = mv2_aff;
	else
		document.write(mv2_aff);
	}

mv2_menu_draw();
