var m_actif
var m_actif2
var bloc_histoire
var bloc_dispos

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="histor1.htm" target="_self">1800</a></div></li>');
		document.write('<li>', (changediv_2("allu_2")), '<a href="histor2.htm" target="_self">1808-1936</a></div></li>');
		document.write('<li>', (changediv_2("allu_3")), '<a href="histor3.htm" target="_self">1936-1945</a></div></li>');
		document.write('<li>', (changediv_2("allu_4")), '<a href="histor4.htm" target="_self">1973</a></div></li>');
		document.write('<li>', (changediv_2("allu_5")), '<a href="histor5.htm" target="_self">1993</a></div></li>');
		document.write('<li>', (changediv_2("allu_6")), '<a href="histor6.htm" target="_self">1998</a></div></li>');
		//document.write('<li>', (changediv_2("allu_7")), '<a href="histor7.htm" target="_self">2000</a></div></li>');
		document.write('</ul>');
		}
	else
			return ('');
   }




// debut du menu
document.write('<div id="left">');
document.write('<div id="lvl2"><a href="/gb/instit/histoire/histoire.htm">History, institutional framework and organisation</a></div>');
document.write('<ul id="lvl3">');
document.write('<li>', (changediv("histoire")), '<a href="/gb/instit/histoire/histor.htm">History</a></div></li>');

//début bloc histoire
charge_bloc_histoire("bloc_histoire");
//fin bloc histoire

document.write('<li>', (changediv("organisation")), '<a href="/gb/instit/sebc/sebc.htm">Organisation of the ESCB and the Eurosystem</a></div>');
document.write('<li>', (changediv("gallery")), '<a href="/gb/instit/histoire/gallery.htm">Photographs gallery</a></div>');
document.write('<li>', (changediv("chart")), '<a href="/gb/instit/histoire/chart.htm">Organisation Chart</a></div>');

document.write('<li>', (changediv("branch")), '<a href="/gb/instit/histoire/branches.htm">Banque de France offices</a></div>');




document.write('</div>');
// fin du menu