<!--
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="150" id="table5">');
document.write('							<tr>');
document.write('								<td valign="top" align="right">');

if (subdirectory == "default")
{
document.write('								<img border="0" src="../images/bt-home.gif" width="90" height="25"></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="90" height="25"></a></td>');
}


document.write('							</tr>');
document.write('							<tr>');
document.write('								<td valign="top" align="right">&nbsp;</td>');
document.write('							</tr>');
document.write('							<tr>');
document.write('								<td valign="top" align="right">');

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

document.write('							</tr>');
document.write('							<tr>');
document.write('								<td valign="top" align="right">&nbsp;</td>');
document.write('							</tr>');
document.write('							<tr>');
document.write('								<td valign="top" align="right">');

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

document.write('							</tr>');
document.write('							<tr>');
document.write('								<td valign="top" align="right">&nbsp;</td>');
document.write('							</tr>');
document.write('							<tr>');
document.write('								<td valign="top" align="right">');

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


document.write('							</tr>');
document.write('							<tr>');
document.write('								<td valign="top" align="right">&nbsp;</td>');
document.write('							</tr>');
document.write('							<tr>');
document.write('								<td valign="top" align="right">');


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


document.write('							</tr>');
document.write('							<tr>');
document.write('								<td valign="top" align="right">&nbsp;</td>');
document.write('							</tr>');
document.write('						</table>');
//-->
