<!--
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="100%" id="table37">');
document.write('						<tr>');
document.write('							<td colspan="2" bgcolor="#000000">');
document.write('					<p align="center" style="text-align: center"> ');
document.write('					<a href="../../about/aboutus.asp">');
document.write('					<img src="../images/aboutus.gif" width="85" height="29" border="0"></a><a href="../../about/orgStructure.asp"><img src="../images/organization.gif" width="110" height="29" border="0"></a><a href="../../community/community.asp"><img src="../images/community.gif" width="97" height="29" border="0"></a><a href="../../global/globalalliances.asp"><img src="../images/globalalliance.gif" width="116" height="29" border="0"></a><a href="../../facilities/facilities.asp"><img src="../images/facilities.gif" width="89" height="29" border="0"></a><a href="../../contact/contactus.asp"><img src="../images/contact.gif" width="86" height="29" border="0"></a></td>');
document.write('						</tr>');
document.write('						<tr>');
document.write('							<td colspan="2">');
document.write('					<img border="0" src="../images/spacer.gif" width="4" height="4"></td>');
document.write('						</tr>');
document.write('						<tr>');
document.write('							<td>');
document.write('					<a href="../../index.asp"><img src="../images/topimg1.jpg" width="195" height="163" border="0"></td>');
document.write('							<td>');
document.write('					<img src="../images/topimg2.jpg" width="580" height="163"></td>');
document.write('						</tr>');
document.write('						<tr>');
document.write('									<td colspan="2">');
document.write('					&nbsp;</td>');
document.write('								</tr>');
document.write('						<tr>');
document.write('									<td colspan="2">');
document.write('					<div align="center">');
document.write('						<table border="0" cellpadding="0" cellspacing="0" width="90%" id="table38">');
document.write('							<tr>');
document.write('								<td align="center">');

if (subdirectory == "sales")
{
document.write('								<img border="0" src="../images/bt-sales-drawings-mo.gif" width="146" height="74"></a></td>');
}
else
{
document.write('								<a href="../sales/default.htm">');
document.write('								<img border="0" src="../images/bt-sales-drawings.gif" class="domroll ../images/bt-sales-drawings-mo.gif" width="146" height="74"></a></td>');
}

document.write('								<td align="center">');


if (subdirectory == "technical")
{
document.write('								<img border="0" src="../images/bt-tech-spec-mo.gif" width="172" height="74"></a></td>');
}
else
{
document.write('								<a href="../technical/default.htm">');
document.write('								<img border="0" src="../images/bt-tech-spec.gif" class="domroll ../images/bt-tech-spec-mo.gif" width="172" height="74"></a></td>');
}


document.write('								<td align="center">');

if (subdirectory == "catalogs")
{
document.write('								<img border="0" src="../images/bt-product-catalogs-mo.gif" width="146" height="74"></a></td>');
}
else
{
document.write('								<a href="../catalogs/default.htm">');
document.write('								<img border="0" src="../images/bt-product-catalogs.gif" class="domroll ../images/bt-product-catalogs-mo.gif" width="146" height="74"></a></td>');
}

document.write('							</tr>');
document.write('						</table>');
document.write('					</div>');
document.write('									</td>');
document.write('								</tr>');
document.write('						<tr>');
document.write('									<td colspan="2">');
document.write('					&nbsp;</td>');
document.write('								</tr>');
document.write('						</table>');
//-->
