var m_actif
var m_actif2
var bloc_mone

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>");
   }


// debut du menu

document.write('<div id="left">');
document.write('<ul id="lvl3">');
document.write('<li>', (changediv("contact")), '<a href="mailto:infos@banque-france.fr?subject=Rubrique Titres, Crédit et Dépôts">Contactez-nous</a></div></li>');
document.write('<li>', (changediv("alerte")), '<a href="/fr/statistiques/abonnement.htm">Pour recevoir une alerte</a></div></li>');
document.write('<li>', (changediv("imprimer")), '<a href="javascript:window.print()">Pour imprimer</a></div></li>');
document.write('</ul>');
document.write('</div>');
document.write('<div id="left">');
document.write('<div id="lvl2"><a href="/fr/statistiques/titres/titres-endettement-emissions-ante.htm">Parutions antérieures</a></div><br/>');
document.write('<div id="lvl2"><a href="/fr/statistiques/titres/titres-endettement-emissions.htm">Séries chronologiques</a></div><br/>');

document.write('<div id="lvl2"><a>En savoir plus</a></div><br/>');
document.write('<ul id="lvl3">');

document.write('<li>', (changediv("tcn")), '<a href="/fr/poli_mone/place/tcn/pub_stats.htm">Encours des TCN</a></div><br>');
document.write('</ul>');

document.write('<div id="lvl2"><a>Liens externes</a></div><br/>');
document.write('<ul id="lvl3">');
document.write('<li>', (changediv("nyse")), '<a href="http://www.euronext.com/statisticscentre/landing/statistics-8301-FR.html" target="_blank">NYSE Euronext <img src="/fr/img/pic_url.png" border="0"></a></div></li>');
document.write('<li>', (changediv("frtresor")), '<a href="http://www.francetresor.gouv.fr/" target="_blank">Agence France Trésor <img src="/fr/img/pic_url.png" border="0"></a></div></li>');
document.write('<li>', (changediv("tcn")), '<a href="http://www.aft.gouv.fr/aft_fr_23/dette_etat_24/principaux_chiffres_70/encours_detaille_dette_negociable_159/index.html" target="_blank">Émissions de valeurs du Trésor</a> <img src="/fr/img/pic_url.png"></div>');
document.write('<li>', (changediv("tcn")), '<a href="http://www.ecb.int/stats/money/step/html/index.en.html" target="_blank">Titres courts négociables zone euro (Step) EN</a> <img src="/fr/img/pic_url.png"></div><br>');
document.write('</ul>');


document.write('</div>');
document.write('</div>');
document.write('');
document.write('');
// fin du menu


