<!--
pathis=location.pathname;
new_array=pathis.split("/");
var arrlen = new_array.length-1
filename=new_array[arrlen]; // 4 is a guess, try others


document.write('<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%" id="table4">');
document.write('						<tr>');
document.write('							<td height="52">');
document.write('							<img border="0" src="images/spacer.gif" width="1" height="52"></td>');
document.write('						</tr>');
document.write('						<tr>');
document.write('							<td>');
document.write('							<table border="0" cellpadding="0" style="border-collapse: collapse" width="745" id="table5">');
document.write('								<tr>');
document.write('									<td width="26">');
document.write('									<img border="0" src="images/spacer.gif" width="26" height="40"></td>');
document.write('									<td>');
document.write('									<a href="index.html">');
document.write('									<img border="0" src="images/bt-home.gif" title="home" class="domroll images/bt-home-mo.gif" width="75" height="40"></a></td>');
document.write('									<td width="16">');
document.write('									<img border="0" src="images/spacer.gif" width="16" height="40"></td>');
document.write('									<td>');


if (filename == "aboutus.html")
{
document.write('									<img border="0" src="images/bt-aboutus-mo.gif" title="about us" width="104" height="40"></a></td>');
document.write('									<td width="16">');
}
else
{
document.write('									<a href="aboutus.html">');
document.write('									<img border="0" src="images/bt-aboutus.gif" title="about us" class="domroll images/bt-aboutus-mo.gif" width="104" height="40"></a></td>');
document.write('									<td width="16">');
}
document.write('									<img border="0" src="images/spacer.gif" width="16" height="40"></td>');
document.write('									<td>');


if (filename == "services.html")
{
document.write('									<img border="0" src="images/bt-services-mo.gif" title="services" width="92" height="40"></a></td>');
document.write('									<td width="16">');
}
else
{
document.write('									<a href="services.html">');
document.write('									<img border="0" src="images/bt-services.gif" title="services" class="domroll images/bt-services-mo.gif" width="92" height="40"></a></td>');
document.write('									<td width="16">');
}
document.write('									<img border="0" src="images/spacer.gif" width="16" height="40"></td>');
document.write('									<td>');


if (filename == "contact.html")
{
document.write('									<img border="0" src="images/bt-contact-mo.gif" title="contact" width="91" height="40"></a></td>');
document.write('									<td width="16">');
}
else
{
document.write('									<a href="contact.html">');
document.write('									<img border="0" src="images/bt-contact.gif" title="contact" class="domroll images/bt-contact-mo.gif" width="91" height="40"></a></td>');
document.write('									<td width="16">');
}
document.write('									<img border="0" src="images/spacer.gif" width="16" height="40"></td>');
document.write('									<td>');


if (filename == "testimonials.html")
{
document.write('									<img border="0" src="images/bt-testimonials-mo.gif" title="testimonnials" width="133" height="40"></a></td>');
document.write('									<td width="16">');
}
else
{
document.write('									<a href="testimonials.html">');
document.write('									<img border="0" src="images/bt-testimonials.gif" title="testimonnials" class="domroll images/bt-testimonials-mo.gif" width="133" height="40"></a></td>');
document.write('									<td width="16">');
}
document.write('									<img border="0" src="images/spacer.gif" width="16" height="40"></td>');
document.write('									<td>');


if (filename == "giving-back.html")
{
document.write('									<img border="0" src="images/bt-giving-back-mo.gif" title="giving back" width="126" height="40"></a></td>');
document.write('									<td width="18">');
}
else
{
document.write('									<a href="giving-back.html">');
document.write('									<img border="0" src="images/bt-giving-back.gif" title="giving back" class="domroll images/bt-giving-back-mo.gif" width="126" height="40"></a></td>');
document.write('									<td width="18">');
}
document.write('									<img border="0" src="images/spacer.gif" width="18" height="40"></td>');
document.write('								</tr>');
document.write('							</table>');
document.write('							</td>');
document.write('						</tr>');
document.write('						<tr>');
document.write('							<td height="30">');
document.write('							<img border="0" src="images/spacer.gif" width="1" height="30"></td>');
document.write('						</tr>');
document.write('					</table>');
//-->