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



document.write('<STYLE TYPE="text/css">\na.mv2style {color:#081C59;text-decoration:none;}\na:hover.mv2style {color:#ffffff;text-decoration:none;}\nA:link {color: #081C59; text-decoration: none}\nA:visited {color: #081C59; text-decoration: none}\nA:hover {color: #ffffff; text-decoration: none}</STYLE>'); 
mv2_menu = new Array(); 
mv2_lien = new Array();

 mv2_menu[0] = '<img src="Templates/menu/service_propo_off.gif" width="145" border="0" height="21" onmouseover=this.src=\'Templates/menu/service_propo_on.gif\' onmouseout=this.src=\'Templates/menu/service_propo_off.gif\'>'; 
mv2_menu[1] = '<img src="Templates/menu/identite_off.gif" width="145" border="0" height="21" onmouseover=this.src=\'Templates/menu/identite_on.gif\' onmouseout=this.src=\'Templates/menu/identite_off.gif\'>'; 
mv2_menu[2] = '<A HREF="infos_juridiques.htm" target="contenu" onclick="javascript:history.go(0)" CLASS=mv3style><img src="Templates/menu/suivi_dossier.gif" border="0" width="145" height="21"  onmouseover=this.src=\'Templates/menu/suivi_dossier_on.gif\' onmouseout=this.src=\'Templates/menu/suivi_dossier.gif\' ></A>'; 
mv2_menu[3] = '<A HREF="reponse_objections.htm" target="contenu" onclick="javascript:history.go(0)" CLASS=mv3style><img src="Templates/menu/reponse3_off.gif" border="0" width="145" height="21" onmouseover=this.src=\'Templates/menu/reponse3_on.gif\' onmouseout=this.src=\'Templates/menu/reponse3_off.gif\'></A>'; 
mv2_menu[4] = '<A HREF="texte_lois.htm" target="contenu" onclick="javascript:history.go(0)" CLASS=mv3style><img src="Templates/menu/texte_lois_off.gif" border="0" width="145" height="21" onmouseover=this.src=\'Templates/menu/texte_lois_on.gif\' onmouseout=this.src=\'Templates/menu/texte_lois_off.gif\'></A>'; 
mv2_menu[5] = '<A HREF="recrute.htm" target="contenu" onclick="javascript:history.go(0)" CLASS=mv3style><img src="Templates/menu/l&d_recrute_off.gif" border="0" width="145" height="21" onmouseover=this.src=\'Templates/menu/l&d_recrute_on.gif\' onmouseout=this.src=\'Templates/menu/l&d_recrute_off.gif\'></A>'; 
mv2_menu[6] = '<A HREF="contact.htm" target="contenu" onclick="javascript:history.go(0)" CLASS=mv3style><img src="Templates/menu/contact_off.gif" border="0" width="145" height="21" onmouseover=this.src=\'Templates/menu/contact_on.gif\' onmouseout=this.src=\'Templates/menu/contact_off.gif\'></A>'; 

mv2_lien[0] = '' 
mv2_lien[1] = '' 
mv2_lien[2] = '' 
mv2_lien[3] = '' 
mv2_lien[4] = '' 
mv2_lien[5] = ''

mv2_lien[0] += '<A HREF="suivi.htm" target="contenu" CLASS=mv3style> &nbsp;&nbsp;. Suivi de facturation</A><BR>';
mv2_lien[0] += '<A HREF="recouv_amiable.htm" target="contenu" CLASS=mv3style> &nbsp;&nbsp;. Recouvrement amiable</A><BR>';
mv2_lien[0] += '<A HREF="recouvrement_juridique.htm" target="contenu" CLASS=mv3style> &nbsp;&nbsp;. Recouvrement &nbsp;&nbsp;&nbsp;&nbsp;juridique</A><BR>';
mv2_lien[0] += '<A HREF="recherche_NPAI.htm" target="contenu" CLASS=mv3style> &nbsp;&nbsp;. Recherche NPAI</A><BR>';
mv2_lien[0] += '<A HREF="recouvrement_creance.htm" target="contenu" CLASS=mv3style> &nbsp;&nbsp;. Recouvrement &nbsp;&nbsp;&nbsp;&nbsp;créances passées en &nbsp;&nbsp;&nbsp;&nbsp;pertes</A><BR><BR>';
mv2_lien[1] += '<A HREF="signaletique.htm" target="contenu" CLASS=mv3style> &nbsp;&nbsp;. Fiche signalétique</A><BR>';
mv2_lien[1] += '<A HREF="implantation.htm" target="contenu" CLASS=mv3style> &nbsp;&nbsp;. Carte d\'implantation</A><BR>';
mv2_lien[1] += '<A HREF="Organigramme.htm" target="contenu" CLASS=mv3style> &nbsp;&nbsp;. Organigramme</A><BR>';
mv2_lien[1] += '<A HREF="chiffres.htm" target="contenu" CLASS=mv3style> &nbsp;&nbsp;. L et D en chiffres</A><BR>';
mv2_lien[1] += '<A HREF="informatique.htm" target="contenu" CLASS=mv3style> &nbsp;&nbsp;. Système informatique</A><BR><BR>';


mv2_pos = -1;

function mv2_menu_draw()
	{
	mv2_aff = "<TABLE BORDER=0 BGCOLOR=#000000 CELLPADDING=0 CELLSPACING=0 WIDTH=130><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 = "#C3B264";
		else
			bgcolor = "#C3B264";
	if(document.getElementById)
			mv2_aff += "<TR><TD BGCOLOR="+bgcolor+"><A HREF=\"#\" onclick=\"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=#000000>"+mv2_menu[a]+"</FONT></TD></TR>"
	if(mv2_lien[a] != '' )
	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();
