//#
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_195_3610[x].toUpperCase()) > 0  && lien_menutcm_195_3610[x] != "#" ){
			bullet = '<IMG tcmuri="tcm:195-10316" SRC="/img/mag/red_menu_on_tcm195-10316.gif" WIDTH="8" HEIGHT="8"  border="0">';
		} else {
			bullet = '<IMG tcmuri="tcm:195-3441" SRC="/img/mag/menu_off%5B1%5D_tcm195-3441.gif" WIDTH="8" HEIGHT="8"  border="0">';
		}

	}

function leftmenu(){

titre_menutcm_195_3610 = new Array('Automobile', 'Agences de voyage', 'Tour opérateurs', 'Voyagistes en ligne', 'Banques / institutions financières', 'Compagnies d\'assurance', 'Professionnels de la santé', 'Secteur public');
lien_menutcm_195_3610 = new Array('/fr/corporate/automotive.htm', '/fr/corporate/travelagents.htm', '/fr/corporate/to.htm', '/fr/corporate/onlinetravel.htm', '/fr/corporate/finance.htm', '/fr/corporate/insurance.htm', '/fr/corporate/health.htm', '/fr/corporate/public.htm');
bullet_menutcm_195_3610 = new Array('', '', '', '', '', '', '', '');

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


	for (x = 0 ; x < lien_menutcm_195_3610.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/mag/tranny_tcm195-3314.gif" width="1" height="1" border="0"></td>');
		document.write ('<td width="6"><img src="/img/mag/tranny_tcm195-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/mag/tranny_tcm195-3314.gif" width="9" height="1" border="0"></td>');
		document.write ('<td width="173"><a href="' + lien_menutcm_195_3610[x] + '" target="_self" class="lhsmenu" onMouseOver="rollover(this)" onMouseOut="rolloff(this)" title = "' + bullet_menutcm_195_3610[x] + '">');
		document.write (titre_menutcm_195_3610[x]);
		document.write ('</a></td>');
		document.write ('</tr>');
		document.write ('<tr>');
		document.write ('<td colspan="5"><img src="/img/mag/tranny_tcm195-3314.gif" width="9" height="4" border="0"></td>');
		document.write ('</tr>');
		document.write ('</table>');
		}
}
