<!--
pathis=location.pathname;
new_array=pathis.split("/");
var arrlen = new_array.length-2
subdirectory=new_array[arrlen]; // 4 is a guess, try others


document.write('<table border="0" cellpadding="0" cellspacing="0" width="902" id="table13" height="136">');
document.write('<tr>');
document.write('<td valign="top" height="109" width="277">');
document.write('<map name="FPMap0">');
document.write('<area href="../default.htm" shape="rect" coords="34, 7, 249, 97">');
document.write('</map>');
document.write('<img border="0" src="../images/logo.gif" usemap="#FPMap0"></td>');
document.write('<td valign="top" height="109" width="364">&nbsp;</td>');
document.write('<td valign="top" height="109" width="261">');
document.write('<img border="0" src="../images/top-name.gif"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td valign="top" height="27" colspan="3">');
document.write('<div align="center">');
document.write('<table border="0" cellpadding="0" cellspacing="0" width="902" id="table14" height="27">');
document.write('<tr>');
document.write('<td width="15">');
document.write('<img border="0" src="../images/nav-left.gif"></td>');

if (subdirectory == "default")
{
document.write('<td><b><font face="Trebuchet MS" color="#000000">HOME</b></font>&nbsp; ');
document.write('<font color="#FFFFFF">|</font>&nbsp; ');
}
else
{
document.write('<td><a class="nav" href="../default.htm">HOME</a>&nbsp; ');
document.write('<font color="#FFFFFF">|</font>&nbsp; ');
}


if (subdirectory == "groupe-veritas")
{
document.write('<b><font face="Trebuchet MS" color="#000000">GROUPE VERITAS</b></font>&nbsp; ');
document.write('<font color="#FFFFFF">|</font>&nbsp; ');
}
else
{
document.write('<a class="nav" href="../groupe-veritas/default.htm">GROUPE VERITAS</a>&nbsp; ');
document.write('<font color="#FFFFFF">|</font>&nbsp; ');
}


if (subdirectory == "about-us")
{
document.write('<b><font face="Trebuchet MS" color="#000000">ABOUT US</b></font>&nbsp; ');
document.write('<font color="#FFFFFF">|</font>&nbsp; ');
}
else
{
document.write('<a class="nav" href="../about-us/default.htm">ABOUT US</a>&nbsp; ');
document.write('<font color="#FFFFFF">|</font>&nbsp; ');
}


if (subdirectory == "business-categories")
{
document.write('<b><font face="Trebuchet MS" color="#000000">BUSINESS CATEGORIES</b></font>&nbsp; ');
document.write('<font color="#FFFFFF">|</font>&nbsp; ');
}
else
{
document.write('<a class="nav" href="../business-categories/default.htm">BUSINESS CATEGORIES</a>&nbsp; ');
document.write('<font color="#FFFFFF">|</font>&nbsp; ');
}


if (subdirectory == "hml-advantage")
{
document.write('<b><font face="Trebuchet MS" color="#000000">HML ADVANTAGE</b></font>&nbsp; ');
document.write('<font color="#FFFFFF">|</font>&nbsp; ');
}
else
{
document.write('<a class="nav" href="../hml-advantage/default.htm"> HML ADVANTAGE</a>&nbsp; ');
document.write('<font color="#FFFFFF">|</font>&nbsp; ');
}


if (subdirectory == "industry-verticals")
{
document.write('<b><font face="Trebuchet MS" color="#000000">INDUSTRY VERTICALS</b></font>&nbsp; ');
document.write('<font color="#FFFFFF">|</font>&nbsp; ');
}
else
{
document.write('<a class="nav" href="../industry-verticals/default.htm">INDUSTRY VERTICALS</a>&nbsp; ');
document.write('<font color="#FFFFFF">|</font>&nbsp; ');
}


if (subdirectory == "global-network")
{
document.write('<b><font face="Trebuchet MS" color="#000000">GLOBAL NETWORK</b></font>&nbsp; ');
document.write('<font color="#FFFFFF">|</font>&nbsp; ');
}
else
{
document.write('<a class="nav" href="../global-network/default.htm">GLOBAL NETWORK</a>&nbsp; ');
document.write('<font color="#FFFFFF">|</font>&nbsp; ');
}

if (subdirectory == "contact-us")
{
document.write('<b><font face="Trebuchet MS" color="#000000">CONTACT US</b></font></td>');
}
else
{
document.write('<a class="nav" href="../contact-us/default.htm">CONTACT US</a></td>');
}


document.write('<td width="77">');
document.write('<img border="0" src="../images/nav-right.gif"></td>');
document.write('</tr>');
document.write('</table>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
//-->