<!--
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="950" id="table38" height="120">');
document.write('				<tr>');
document.write('					<td rowspan="3" width="349"><a href="../default.htm">');
document.write('									<img border="0" src="../images/logo.gif" width="220" height="100" alt="Hicool Fans"></a></td>');
document.write('					<td width="601" align="right" height="49">');
document.write('									<img border="0" src="../images/topname.gif" width="431" height="49"></td>');
document.write('				</tr>');
document.write('				<tr>');
document.write('					<td width="601" height="33">');
document.write('									<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%" id="table39" height="33">');
document.write('										<tr>');
document.write('											<td width="10">');
document.write('											<img border="0" src="../images/nav-left.gif" width="10" height="33"></td>');
document.write('											<td width="581" class="bgnav">');
document.write('											<div align="center">');
document.write('												<table border="0" cellpadding="0" style="border-collapse: collapse" id="table40">');
document.write('													<tr>');
document.write('														<td><a href="../default.htm" class="nav">Home</a></td>');
document.write('														<td>');
document.write('														<img border="0" src="../images/div.gif" width="2" height="33" hspace="14"></td>');

if (subdirectory == "company-profile")
{
document.write('														<td class="navmo">Company Profile</td>');
}
else
{
document.write('														<td><a href="../company-profile/company-profile.htm" class="nav">Company Profile</a></td>');
}


document.write('														<td>');
document.write('														<img border="0" src="../images/div.gif" width="2" height="33" hspace="14"></td>');
if (subdirectory == "products")
{
document.write('														<td class="navmo">Air Moving Products</td>');
}
else
{
document.write('														<td><a href="../products/products.htm" class="nav">Air Moving Products</a></td>');
}
document.write('														<td>');
document.write('														<img border="0" src="../images/div.gif" width="2" height="33" hspace="14"></td>');
if (subdirectory == "application")
{ 
document.write('														<td class="navmo">Applications</td>');
}
else
{
document.write('														<td><a href="../application/application.htm" class="nav">Applications</a></td>');
}
document.write('														<td>');
document.write('														<img border="0" src="../images/div.gif" width="2" height="33" hspace="14"></td>');
if (subdirectory == "contact-us")
{
document.write('														<td class="navmo">Contact Us</td>');
}
else
{
document.write('														<td><a href="../contact-us/contact-us.htm" class="nav">Contact Us</a></td>');
}
document.write('													</tr>');
document.write('												</table>');
document.write('											</div>');
document.write('											</td>');
document.write('											<td width="10">');
document.write('											<img border="0" src="../images/nav-right.gif" width="10" height="33"></td>');
document.write('										</tr>');
document.write('									</table>');
document.write('									</td>');
document.write('				</tr>');
document.write('				<tr>');
document.write('					<td width="601" height="18"></td>');
document.write('				</tr>');
document.write('				<tr>');
document.write('					<td colspan="2" height="20">');
document.write('					<img border="0" src="../images/top-body.gif" width="950" height="20"></td>');
document.write('				</tr>');
document.write('			</table>');
//-->