//#
function rollover(){
		if(document.getElementById || document.all){
			arguments[0].className = 'lhsmenuOn'
		}
	}
function rolloff(){
	if(document.getElementById || document.all){
		arguments[0].className = 'lhsmenu'
		}
	}

	
// the bullet image is selected according to the current URL
function highlightCurrentPage(){
		if (location.href.toUpperCase().indexOf(lien_menutcm_65_3435[x].toUpperCase()) > 0  && lien_menutcm_65_3435[x] != "#" ){
			bullet = '<IMG tcmuri="tcm:65-11668" SRC="/img/belgium/BE_blue_menu_button_tcm65-11668.gif" WIDTH="8" HEIGHT="8"  border="0">';
		} else {
			bullet = '<IMG tcmuri="tcm:65-3441" SRC="/img/belgium/menu_off%5B1%5D_tcm65-3441.gif" WIDTH="8" HEIGHT="8"  border="0">';
		}

	}

function leftmenu(){

titre_menutcm_65_3435 = new Array('Nos métiers', 'Notre réseau', 'La qualité', 'Pour la presse', 'Histoires vécues', 'Jobs', 'Notre marque globale', 'Le Groupe');
lien_menutcm_65_3435 = new Array('/fr/aboutus/products.htm', '/fr/aboutus/network.htm', '/fr/aboutus/quality.htm', '/fr/aboutus/pressreleases.htm', '/fr/aboutus/stories.htm', '/fr/aboutus/jobs.htm', '/fr/aboutus/brand.htm', '/fr/aboutus/aboutgroup.htm');
bullet_menutcm_65_3435 = new Array('', '', '', '', '', '', '', '');

		document.write ('<table align="top" cellpadding="0" cellspacing="0" border="0">');
		document.write ('<tr>');
		document.write ('<td width="1"><img src="/img/belgium/tranny_tcm65-3314.gif" width="1" height="1" border="0"></td>');
		document.write ('<td width="6"><img src="/img/belgium/tranny_tcm65-3314.gif" width="6" height="1" border="0"></td>');
		document.write ('<td width="181"><p class="lhsmenuheadsimple"><a href="/fr/aboutus/" target="_self" class="lhsmenuhead">Notre profil</a></p></td>');
		document.write ('</tr>');
		document.write ('<tr>');
		document.write ('<td width="1" colspan="3"><img src="/img/belgium/tranny_tcm65-3314.gif" width="1" height="4" border="0"></td>');
		document.write ('<tr>');
		document.write ('</table>');


	for (x = 0 ; x < lien_menutcm_65_3435.length; x++)
		{
		highlightCurrentPage();
		document.write ('<table align="top" cellpadding="0" cellspacing="0" cols="5" border="0">');
		document.write ('<tr>');
		document.write ('<td width="1"><img src="/img/belgium/tranny_tcm65-3314.gif" width="1" height="1" border="0"></td>');
		document.write ('<td width="6"><img src="/img/belgium/tranny_tcm65-3314.gif" width="6" height="1" border="0"></td>');
		document.write ('<td width="8" valign="middle" align="center">' + bullet + '</td>');
		document.write ('<td width="9"><img src="/img/belgium/tranny_tcm65-3314.gif" width="9" height="1" border="0"></td>');
		document.write ('<td width="173"><a href="' + lien_menutcm_65_3435[x] + '" target="_self" class="lhsmenu" onMouseOver="rollover(this)" onMouseOut="rolloff(this)" title = "' + bullet_menutcm_65_3435[x] + '">');
		document.write (titre_menutcm_65_3435[x]);
		document.write ('</a></td>');
		document.write ('</tr>');
		document.write ('<tr>');
		document.write ('<td colspan="5"><img src="/img/belgium/tranny_tcm65-3314.gif" width="9" height="4" border="0"></td>');
		document.write ('</tr>');
		document.write ('</table>');
		}
}