var m_actif
var m_actif2
var bloc_histoire
var bloc_dispos
var bloc_professionnels
var bloc_euro
var bloc_francais

function changediv(m_actif)
   {
	if (type == m_actif)
		return ('<div class="rubon">');
			else
		return ("<div>");
   }

function changediv_2(m_actif2)
   {
	if (type2 == m_actif2)
		return ('<div class="rubon">');
			else
		return ("<div>");
   }

function charge_bloc_histoire(bloc_histoire)
   {
	if (type_bloc == bloc_histoire)
		{
		document.write('<ul id="lvl4">');
		//document.write('<li>', (changediv_2("allu_1")), '<a href="euro_pt/r5home.htm" target="_blank">Zone euro</a></div></li>');
		document.write('<li>', (changediv_2("allu_2")), '<a href="/fr/instit/billets/histeuro/euro_pt/r3home.htm" target="_blank">Calendrier</a></div></li>');
		document.write('<li>', (changediv_2("allu_3")), '<a href="/fr/instit/billets/histeuro/pdf/docseuro.pdf" target="blank">Grandes étapes de la mise en place de l\'euro en France</a></div></li>');
		document.write('<li>', (changediv_2("allu_4")), '<a href="/fr/instit/billets/histeuro/page1a.htm">Les orientations nationales pour l\'introduction des pièces et des billets en euros</a></div></li>');
		document.write('<li>', (changediv_2("allu_5")), '<a href="/fr/instit/billets/histeuro/pdf/etu101_2.pdf">Analyses</a></div></li>');
		document.write('<li>', (changediv_2("allu_6")), '<a href="/fr/instit/billets/histeuro/page1b.htm">Questions - Réponses</a></div></li>');
		document.write('</ul>');
		}
	else
			return ('');
   }

function charge_bloc_euro(bloc_euro)
   {
	if (type_bloc == bloc_euro)
		{
		document.write('<ul id="lvl4">');
		document.write('<li>', (changediv_2("allu_1")), '<a href="/fr/instit/billets/bilpiece/page1a.htm">Les billets</a></div></li>');
		document.write('<li>', (changediv_2("allu_2")), '<a href="/fr/instit/billets/histeuro/euro_pt/pieces.htm" target="_new">Les pièces</a></div></li>');
		document.write('</ul>');
		}
	else
			return ('');
   }

function charge_bloc_francais(bloc_francais)
   {
	if (type_bloc == bloc_francais)
		{
		document.write('<ul id="lvl4">');
		
		document.write('<li>', (changediv_2("allu_1")), '<a href="/fr/instit/billets/bilfranc/page1a.htm">L\'histoire du billet français</a></div></li>');
		document.write('<li>', (changediv_2("allu_2")), '<a href="/fr/instit/billets/bilfranc/page1b.htm">Les billets privés du cours légal</a></div></li>');
		document.write('<li>', (changediv_2("allu_3")), '<a href="/fr/instit/billets/bilfranc/page1c.htm">Conditions d\'échange francs contre euros</a></div></li>');
		document.write('</ul>');
		}
	else
			return ('');
   }
   
function charge_bloc_professionnels(bloc_professionnels)
   {
	if (type_bloc == bloc_professionnels)
		{
		document.write('<ul id="lvl4">');
		document.write('<li>', (changediv_2("allu_2")), '<a href="/fr/instit/billets/professionnels/2.htm">Le cadre juridique relatif au recyclage des pièces et des billets en euros</a></div></li>');
		document.write('<li>', (changediv_2("allu_3")), '<a href="/fr/instit/billets/professionnels/3.htm">Les modalités du recyclage des billets</a></div></li>');
		document.write('<li>', (changediv_2("allu_5")), '<a href="/fr/publications/bo/bobdf_autres.htm">Liste des prestataires ayant signé une convention de traitement</a></div></li>');
		document.write('<li>', (changediv_2("allu_4")), '<a href="/fr/instit/billets/professionnels/4.htm">Le traitement des pièces susceptibles d\'être versées à la Banque de France</a></div></li>');
		document.write('<li>', (changediv_2("allu_1")), '<a href="/fr/instit/billets/professionnels/1.htm">Les normes applicables aux opérations de numéraire effectuées aux guichets de la Banque de France</a></div></li>');
		
		document.write('</ul>');
		}
	else
			return ('');
   }
   

// debut du menu
document.write('<div id="left">');
document.write('<div id="lvl2"><a href="/fr/instit/billets/billets.htm">Billets et pièces</a></div>');
document.write('<ul id="lvl3">');
document.write('<li>', (changediv("qualite")), '<a href="/fr/instit/billets/qualite.htm">La Banque de France et la qualité des billets</a></div></li>');

document.write('<li>', (changediv("histoire")), '<a href="/fr/instit/billets/histeuro/page1.htm">Histoire de l\'euro</a></div></li>');

//début bloc histoire
charge_bloc_histoire("bloc_histoire");
//fin bloc histoire

document.write('<li>', (changediv("euro")), '<a href="/fr/instit/billets/bilpiece/page1.htm">Billets et pièces en euros</a></div>');

//début bloc euro
charge_bloc_euro("bloc_euro");
//fin bloc euro

document.write('<li>', (changediv("francais")), '<a href="/fr/instit/billets/bilfranc/page1.htm">Billets et pièces français</a></div>');

//début bloc francais
charge_bloc_francais("bloc_francais");
//fin bloc francais

document.write('<li>', (changediv("professionnels")), '<a href="/fr/instit/billets/professionnels/page1.htm">Accès professionnels</a></div>');

//début bloc professionnels
charge_bloc_professionnels("bloc_professionnels");
//fin bloc professionnels


document.write('</div>');
// fin du menu