<!--
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" style="border-collapse: collapse" width="100%" id="table2" height="151">');
document.write('			<tr>');
document.write('				<td rowspan="2" valign="bottom" width="164" align="center">');
document.write('				<a href="../default.htm">');
document.write('				<img border="0" src="../images/logo.gif" alt="Equi-tree Capital Advisors Ltd."></a></td>');
document.write('				<td width="796" height="100" valign="bottom">');
document.write('				<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%" id="table3">');
document.write('					<tr>');
document.write('						<td><font color="#C80000"><b>');
document.write('						<span style="font-size: 30px">EQUI-TREE CAPITAL ADVISORS ');
document.write('						LTD.</span></b></font></td>');
document.write('					</tr>');
document.write('					<tr>');
document.write('						<td><b><i>');
document.write('						<font face="Times New Roman" size="4" color="#010876">');
document.write('						Start Growing Stop Dreaming</font></i></b></td>');
document.write('					</tr>');
document.write('					<tr>');
document.write('						<td>&nbsp;</td>');
document.write('					</tr>');
document.write('				</table>');
document.write('				</td>');
document.write('			</tr>');
document.write('			<tr>');
document.write('				<td width="796" height="41" valign="top">');
document.write('				<table border="0" cellpadding="0" style="border-collapse: collapse" id="table9" height="30">');
document.write('					<tr>');
document.write('						<td>');

if (subdirectory == "default")
{
document.write('						<img border="0" src="../images/bt-home-mo.gif" width="129" height="30"></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="129" height="30"></a></td>');
}


document.write('						<td><img border="0" src="../images/div.gif"></td>');
document.write('						<td>');

if (subdirectory == "about-us")
{
document.write('						<img border="0" src="../images/bt-about-us-mo.gif" width="128" height="30"></a></td>');
}
else
{
document.write('						<a href="../about-us/about-us.htm">');
document.write('						<img border="0" src="../images/bt-about-us.gif" class="domroll ../images/bt-about-us-mo.gif" width="128" height="30"></a></td>');
}


document.write('						<td><img border="0" src="../images/div.gif"></td>');
document.write('						<td>');


if (subdirectory == "services")
{
document.write('						<img border="0" src="../images/bt-services-mo.gif" width="128" height="30"></a></td>');
}
else
{
document.write('						<a href="../services/services.htm">');
document.write('						<img border="0" src="../images/bt-services.gif" class="domroll ../images/bt-services-mo.gif" width="128" height="30"></a></td>');
}

document.write('						<td><img border="0" src="../images/div.gif"></td>');
document.write('						<td>');


if (subdirectory == "careers")
{
document.write('						<img border="0" src="../images/bt-careers-mo.gif" width="128" height="30"></a></td>');
}
else
{
document.write('						<a href="../careers/careers.htm">');
document.write('						<img border="0" src="../images/bt-careers.gif" class="domroll ../images/bt-careers-mo.gif" width="128" height="30"></a></td>');
}



document.write('						<td><img border="0" src="../images/div.gif"></td>');
document.write('						<td>');


if (subdirectory == "contact-us")
{
document.write('						<img border="0" src="../images/bt-contact-us-mo.gif" width="128" height="30"></a></td>');
}
else
{
document.write('						<a href="../contact-us/contact-us.htm">');
document.write('						<img border="0" src="../images/bt-contact-us.gif" class="domroll ../images/bt-contact-us-mo.gif" width="128" height="30"></a></td>');
}


document.write('						<td><img border="0" src="../images/div.gif"></td>');
document.write('						<td>');

if (subdirectory == "feedback")
{
document.write('						<img border="0" src="../images/bt-feedback-mo.gif" width="140" height="30"></a></td>');
}
else
{
document.write('						<a href="../feedback/feedback.htm">');
document.write('						<img border="0" src="../images/bt-feedback.gif" class="domroll ../images/bt-feedback-mo.gif" width="140" height="30"></a></td>');
}



document.write('					</tr>');
document.write('				</table>');
document.write('				</td>');
document.write('			</tr>');
document.write('			<tr>');
document.write('				<td colspan="2" height="10">');
document.write('				<img border="0" src="../images/top-border.gif"></td>');
document.write('			</tr>');
document.write('		</table>');
//-->