<!--


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="1003" id="table2" height="118">');
document.write('				<tr>');
document.write('					<td valign="top" rowspan="2" width="118">');
document.write('					<img border="0" src="../images/spacer.gif" width="118" height="118"></td>');
document.write('					<td valign="top" rowspan="2" width="170">');
document.write('					<map name="FPMap0">');
document.write('					<area href="../default.htm" shape="rect" coords="40, 5, 134, 111">');
document.write('					</map>');
document.write('					<img border="0" src="../images/logo.gif" width="170" height="118" usemap="#FPMap0"></td>');
document.write('					<td valign="top" width="715" height="34">');
document.write('					<div align="right">');
document.write('					<table border="0" cellpadding="0" cellspacing="0" width="" id="table3" height="34">');
document.write('						<tr>');
document.write('							<td width="64">');

if (subdirectory == "default")
{
document.write('							<img border="0" src="../images/bt-home.gif" width="64" height="34"></a></td>');
}
else
{
document.write('							<a href="../default.htm">');
document.write('							<img border="0" src="../images/bt-home.gif" class="domroll ../images/bt-home-mo.gif width="64" height="34"></a></td>');
}

document.write('							<td width="1">');
document.write('							<img border="0" src="../images/div.gif" width="1" height="34"></td>');
document.write('							<td width="91">');


if (subdirectory == "aboutus")
{
document.write('							<img border="0" src="../images/bt-aboutus-mo.gif" width="91" height="34"></a></td>');
}
else
{
document.write('							<a href="../aboutus/default.htm">');
document.write('							<img border="0" src="../images/bt-aboutus.gif" class="domroll ../images/bt-aboutus-mo.gif width="91" height="34"></a></td>');
}


document.write('							<td width="1">');
document.write('							<img border="0" src="../images/div.gif" width="1" height="34"></td>');
document.write('							<td width="92">');




if (subdirectory == "solutions")
{
document.write('							<img border="0" src="../images/bt-solutions-mo.gif" width="92" height="34"></a></td>');
}
else
{
document.write('							<a href="../solutions/default.htm">');
document.write('							<img border="0" src="../images/bt-solutions.gif" class="domroll ../images/bt-solutions-mo.gif width="92" height="34"></a></td>');
}


document.write('							<td width="1">');
document.write('							<img border="0" src="../images/div.gif" width="1" height="34"></td>');
document.write('							<td width="88">');




if (subdirectory == "products")

{
document.write('							<a href="../products/default.htm">');
document.write('							<img border="0" src="../images/bt-products-mo.gif" class="domroll ../images/bt-products-mo.gif width="88" height="34"></a></td>');
}
else
{
document.write('							<a href="../products/default.htm">');
document.write('							<img border="0" src="../images/bt-products.gif" class="domroll ../images/bt-products-mo.gif width="88" height="34"></a></td>');
}						




document.write('							<td width="1">');
document.write('							<img border="0" src="../images/div.gif" width="1" height="34"></td>');
document.write('							<td width="97">');




if (subdirectory == "newsroom")
{
document.write('							<img border="0" src="../images/bt-newsroom-mo.gif" width="97" height="34"></a></td>');
}
else
{
document.write('							<a href="../newsroom/default.htm">');
document.write('							<img border="0" src="../images/bt-newsroom.gif" class="domroll ../images/bt-newsroom-mo.gif width="97" height="34"></a></td>');
}



document.write('							<td width="1">');
document.write('							<img border="0" src="../images/div.gif" width="1" height="34"></td>');
document.write('							<td>');




if (subdirectory == "contactus")
{
document.write('							<img border="0" src="../images/bt-contactus-mo.gif" width="108" height="34"></a></td>');
}
else
{
document.write('							<a href="../contactus/default.htm">');
document.write('							<img border="0" src="../images/bt-contactus.gif" class="domroll ../images/bt-contactus-mo.gif width="108" height="34"></a></td>');
}


document.write('						</tr>');
document.write('					</table>');
document.write('					</td>');
document.write('				</tr>');
document.write('				<tr>');
document.write('					<td valign="top" width="715" height="84">');
document.write('					<img border="0" src="../images/top-slogan.gif" width="715" height="84"></td>');
document.write('				</tr>');
document.write('			</table>');
//-->