
document.write('<STYLE TYPE="text/css">\na.mv2style {color:#800000;text-decoration:none;}\na:hover.mv2style {color:#800000;text-decoration:underlined;}\n</STYLE>');

mv2_menu = new Array();
mv2_lien = new Array();

mv2_menu[0] = '<img border="0" src="images/fleche.gif" width="6" height="7"> <b>Présentation</b>';
mv2_menu[1] = '<img border="0" src="images/fleche.gif" width="6" height="7"> <b>Logiciels</b>';
mv2_menu[2] = '<img border="0" src="images/fleche.gif" width="6" height="7"> <b>Formation</b>';
mv2_menu[3] = '<img border="0" src="images/fleche.gif" width="6" height="7"> <b>Distribution</b>';
mv2_menu[4] = '<img border="0" src="images/fleche.gif" width="6" height="7"> <b>Partenariat Oracle</b>';
mv2_menu[5] = '<img border="0" src="images/fleche.gif" width="6" height="7"> <b>Equipes</b>';
mv2_menu[6] = '<img border="0" src="images/fleche.gif" width="6" height="7"> <b>Références</b>';
mv2_menu[7] = '<img border="0" src="images/fleche.gif" width="6" height="7"> <b>Contacts</b>';



mv2_lien[0] = ''
mv2_lien[1] = ''
mv2_lien[2] = ''
mv2_lien[3] = ''
mv2_lien[4] = ''
mv2_lien[5] = ''
mv2_lien[6] = ''
mv2_lien[7] = ''
mv2_lien[8] = ''

mv2_lien[0] += '<A HREF="presentation.htm" CLASS=mv2style TARGET="mainFrame"> . Retour</A><BR>';
mv2_lien[1] += '<A HREF="gestion.htm" CLASS=mv2style TARGET="mainFrame"> . Logiciels de gestion</A><BR>';
mv2_lien[1] += '<A HREF="metiers.htm" CLASS=mv2style TARGET="mainFrame"> . Logiciels métiers</A><BR>';
mv2_lien[1] += '<A HREF="mesure.htm" CLASS=mv2style TARGET="mainFrame">  . Logiciels sur mesure</A><BR>';

mv2_lien[2] += '<A HREF="bureautique.htm" CLASS=mv2style TARGET="mainFrame"> . Bureautique</A><BR>';
mv2_lien[2] += '<A HREF="systeme.htm" CLASS=mv2style TARGET="mainFrame"> . Systèmes</A><BR>';
mv2_lien[2] += '<A HREF="oracle.htm" CLASS=mv2style TARGET="mainFrame"> . Oracle</A><BR>';
mv2_lien[2] += '<A HREF="catalogue.htm" CLASS=mv2style TARGET="mainFrame"> . Catalogue</A><BR>';

mv2_lien[3] += '<A HREF="distribution.htm" CLASS=mv2style TARGET="mainFrame"> . Distribution</A><BR>';

mv2_lien[4] += '<A HREF="partenariat.htm" CLASS=mv2style TARGET="mainFrame"> . Partenariat Oracle</A><BR>';

mv2_lien[5] += '<A HREF="maintenance.htm" CLASS=mv2style TARGET="mainFrame"> . Maintenance</A><BR>';
mv2_lien[5] += '<A HREF="formation.htm" CLASS=mv2style TARGET="mainFrame"> . Formation</A><BR>';
mv2_lien[5] += '<A HREF="developpement.htm" CLASS=mv2style TARGET="mainFrame"> . Développement</A><BR>';


mv2_lien[6] += '<A HREF="reference.htm" CLASS=mv2style TARGET="mainFrame"> . Nos références</A><BR>';

mv2_lien[7] += '<A HREF="contact.htm" CLASS=mv2style TARGET="mainFrame"> . Nos contacts</A><BR>';

mv2_pos = -1;
function mv2_menu_draw()
	{
	mv2_aff = "<TABLE BORDER=0 BGCOLOR=#ccffcc 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 = "#7B7B7B";
                            
		else
			bgcolor = "#7B7B7B";
                        
 
	if(document.getElementById)
			mv2_aff += "<TR><TD><A HREF=\"#\" onMouseOver=\"mv2_pos="+a+";mv2_menu_draw()\" CLASS=mv2style><FONT FACE=\"Times New Roman\" SIZE=2>"+mv2_menu[a]+"</FONT></A></TD></TR>";
		else
			mv2_aff += "<TR><TD><FONT FACE=\"Times New Roman\" SIZE=3 COLOR=#000000>"+mv2_menu[a]+"</FONT></TD></TR>"
	if(mv2_pos == a || !document.getElementById)
			mv2_aff += "<TR><TD><FONT FACE=\"Times New Roman\" SIZE=2 color=#ccffcc>"+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();
