<!--
pathis=location.pathname;
new_array=pathis.split("/");
var arrlen = new_array.length-1
subfile=new_array[arrlen]; // 4 is a guess, try others



document.write('				<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%" id="table42">');
document.write('				<tr>');
document.write('				<td>');								
document.write('				<div id="leftnav" valign="middle">');

if (subfile == "company-profile.htm")
{
document.write('				<a class="leftnavmo" href="../company-profile/company-profile.htm">');
document.write('				<img border="0" src="../images/bullet.gif" hspace="5" vspace="10" align="absmiddle">Business overview</a>');
}
else
{
document.write('				<a class="leftnav" href="../company-profile/company-profile.htm">');
document.write('				<img border="0" src="../images/bullet.gif" hspace="5" vspace="10" align="absmiddle">Business overview</a>');
}


if (subfile == "why-hicool.htm")
{
document.write('				<a class="leftnavmo" href="../company-profile/why-hicool.htm">');
document.write('				<img border="0" src="../images/bullet.gif" hspace="5" vspace="10" align="absmiddle">Why Hicool</a>');
}
else
{
document.write('				<a class="leftnav" href="../company-profile/why-hicool.htm">');
document.write('				<img border="0" src="../images/bullet.gif" hspace="5" vspace="10" align="absmiddle">Why Hicool</a>');
}

if (subfile == "manufacturing.htm")
{
document.write('				<a class="leftnavmo" href="../company-profile/manufacturing.htm">');
document.write('				<img border="0" src="../images/bullet.gif" hspace="5" vspace="10" align="absmiddle">Manufacturing</a>');
}
else
{
document.write('				<a class="leftnav" href="../company-profile/manufacturing.htm">');
document.write('				<img border="0" src="../images/bullet.gif" hspace="5" vspace="10" align="absmiddle">Manufacturing</a>');
}

if (subfile == "process-flow.htm")
{
document.write('				<a class="leftnavmo" href="../company-profile/process-flow.htm">');
document.write('				<img border="0" src="../images/bullet.gif" hspace="5" vspace="10" align="absmiddle">Process Flow</a>');
}
else
{
document.write('				<a class="leftnav" href="../company-profile/process-flow.htm">');
document.write('				<img border="0" src="../images/bullet.gif" hspace="5" vspace="10" align="absmiddle">Process Flow</a>');
}

if (subfile == "quality-policy.htm")
{
document.write('				<a class="leftnavmo" href="../company-profile/quality-policy.htm">');
document.write('				<img border="0" src="../images/bullet.gif" hspace="5" vspace="10" align="absmiddle">Quality @ HICOOL</a>');
}
else
{
document.write('				<a class="leftnav" href="../company-profile/quality-policy.htm">');
document.write('				<img border="0" src="../images/bullet.gif" hspace="5" vspace="10" align="absmiddle">Quality @ HICOOL</a>');
}

if (subfile =="our-clients.htm")
{
document.write('				<a class="leftnavmo" href="../company-profile/our-clients.htm">');
document.write('				<img border="0" src="../images/bullet.gif" hspace="5" vspace="10" align="absmiddle">Our Clients</a>							');
}
else
{
document.write('				<a class="leftnav" href="../company-profile/our-clients.htm">');
document.write('				<img border="0" src="../images/bullet.gif" hspace="5" vspace="10" align="absmiddle">Our Clients</a>							');
}
document.write('				</div>	</td>');
document.write('				</tr>');
document.write('				<tr>');
document.write('				<td>&nbsp;</td>');
document.write('				</tr>');
document.write('				</table>');
// -->