<!--
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' style='border-collapse: collapse' bordercolor='#111111'>");
document.write("  <tr>");

if (subdirectory == "home")
{
document.write("    <td><img border='0' src='../images/bt-home-mo.gif' width='59' height='30'></td>");
}
else
{
document.write("    <td><a href='../home/default.htm'><img border='0' src='../images/bt-home.gif' class='domroll ../images/bt-home-mo.gif' width='59' height='30'></a></td>");
}

document.write("    <td width='1'><img border='0' src='../images/bt-div.gif' width='1' height='30'></td>");
if (subdirectory == "about-us")
{
document.write("    <td><img border='0' src='../images/bt-aboutevs-mo.gif' width='72' height='30'></td>");
}
else
{
document.write("    <td><a href='../about-us/default.htm'><img border='0' src='../images/bt-aboutevs.gif' class='domroll ../images/bt-aboutevs-mo.gif' width='72' height='30'></a></td>");
}
document.write("    <td width='1'><img border='0' src='../images/bt-div.gif' width='1' height='30'></td>");
if (subdirectory == "solutions")
{
document.write("    <td><img border='0' src='../images/bt-solutions-mo.gif' width='76' height='30'></td>");
}
else
{
document.write("    <td><a href='../solutions/default.htm'><img border='0' src='../images/bt-solutions.gif' class='domroll ../images/bt-solutions-mo.gif' width='76' height='30'></a></td>");
}
document.write("    <td width='1'><img border='0' src='../images/bt-div.gif' width='1' height='30'></td>");
if (subdirectory == "products")
{
document.write("    <td><img border='0' src='../images/bt-products-mo.gif' width='69' height='30'></td>");
}
else
{
document.write("    <td><a href='../products/default.htm'><img border='0' src='../images/bt-products.gif' class='domroll ../images/bt-products-mo.gif' width='69' height='30'></a></td>");
}
document.write("    <td width='1'><img border='0' src='../images/bt-div.gif' width='1' height='30'></td>");
if (subdirectory == "services")
{
document.write("    <td><img border='0' src='../images/bt-services-mo.gif' width='65' height='30'></td>");
}
else
{
document.write("    <td><a href='../services/default.htm'><img border='0' src='../images/bt-services.gif' class='domroll ../images/bt-services-mo.gif' width='65' height='30'></a></td>");
}
document.write("    <td width='1'><img border='0' src='../images/bt-div.gif' width='1' height='30'></td>");
if (subdirectory == "careers")
{
document.write("    <td><img border='0' src='../images/bt-careers-mo.gif' width='66' height='30'></td>");
}
else
{
document.write("    <td><a href='../careers/default.htm'><img border='0' src='../images/bt-careers.gif' class='domroll ../images/bt-careers-mo.gif' width='66' height='30'></a></td>");
}
document.write("    <td width='1'><img border='0' src='../images/bt-div.gif' width='1' height='30'></td>");
if (subdirectory == "contactus")
{
document.write("    <td><img border='0' src='../images/bt-contactus-mo.gif' width='84' height='30'></td>");
}
else
{
document.write("    <td><a href='../contactus/default.htm'><img border='0' src='../images/bt-contactus.gif' class='domroll ../images/bt-contactus-mo.gif' width='84' height='30'></a></td>");
}
document.write("  </tr>");
document.write("</table>");
//-->