function tabbar()
{
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr>');
document.write('<td>');
//document.write('<a href="http://www.fr.elviatravel.com/fr/aboutus/homepage.htm" target="_self">');
document.write('<a href="http://www.mondial-assistance.fr/fr/aboutus/homepage.htm" target="_self">');

	if (isCurrent("/fr/aboutus/homepage.htm")) {
		document.write('<IMG tcmuri="tcm:81-3378" SRC="img/elvia_france/about_us_ON_tcm81-3378.gif" WIDTH="106" HEIGHT="21"  ALT="About us" border="0">');
		} else {
		document.write('<IMG tcmuri="tcm:81-3379" SRC="img/elvia_france/about_us_OFF_tcm81-3379.gif" WIDTH="106" HEIGHT="21"  ALT="About us" border="0">');
		}

document.write('</a>');document.write('</td>');
document.write('<td>');
//document.write('<a href="http://www.fr.elviatravel.com/fr/corporate/corporate.htm" target="_self">');
document.write('<a href="http://www.mondial-assistance.fr/fr/corporate/corporate.htm" target="_self">');

	if (isCurrent("/fr/corporate/corporate.htm")) {
		document.write('<IMG tcmuri="tcm:81-3380" SRC="img/elvia_france/corporate_ON_tcm81-3380.gif" WIDTH="106" HEIGHT="21"  ALT="Corporate clients" border="0">');
		} else {
		document.write('<IMG tcmuri="tcm:81-3381" SRC="img/elvia_france/corporate_OFF_tcm81-3381.gif" WIDTH="106" HEIGHT="21"  ALT="Corporate clients" border="0">');
		}

document.write('</a>');document.write('</td>');
document.write('<td>');
//document.write('<a href="http://www.fr.elviatravel.com/fr/individuals/individuals.htm" target="_self">');
document.write('<a href="http://www.mondial-assistance.fr/fr/individuals/individuals.htm" target="_self">');

	if (isCurrent("/fr/individuals/individuals.htm")) {
		document.write('<IMG tcmuri="tcm:81-3382" SRC="img/elvia_france/individuals_ON_tcm81-3382.gif" WIDTH="106" HEIGHT="21"  ALT="Individuals" border="0">');
		} else {
		document.write('<IMG tcmuri="tcm:81-3382" SRC="img/elvia_france/individuals_ON_tcm81-3382.gif" WIDTH="106" HEIGHT="21"  ALT="Individuals" border="0">');
		}

document.write('</a>');document.write('</td>');
document.write('<td>');
//document.write('<a href="http://www.fr.elviatravel.com/fr/partners/partners.htm" target="_self">');
document.write('<a href="http://www.mondial-assistance.fr/fr/partners/partners.htm" target="_self">');

	if (isCurrent("/fr/partners/partners.htm")) {
		document.write('<IMG tcmuri="tcm:81-3385" SRC="img/elvia_france/partners_ON_tcm81-3385.gif" WIDTH="106" HEIGHT="21"  ALT="Partners & friends" border="0">');
		} else {
		document.write('<IMG tcmuri="tcm:81-3384" SRC="img/elvia_france/partners_OFF_tcm81-3384.gif" WIDTH="106" HEIGHT="21"  ALT="Partners & friends" border="0">');
		}

document.write('</a>');document.write('</td>');
//#
document.write('</tr></table>');
}

function isCurrent(sUrl)
{

currentUrl = document.location.href;
currentPath = currentUrl.substr(0,currentUrl.lastIndexOf('/')+1);
sUrlPath = sUrl.substr(0,sUrl.lastIndexOf('/')+1);
sStartingFolder = '/aboutus/'

if (currentUrl.indexOf(sUrlPath) > 0)
	{
	return true
	}
	else
	{
	return false
	}
}