<!--
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 width="100%" border="0" cellspacing="0" cellpadding="0">');
document.write('      <tr>');
document.write('        <td><a href="../default.asp"><img src="../images/logo.gif" alt="Rubber Sheets, Rubber Mattings and Rubber Floorings from Zenith Industrial Rubber Products Pvt. Ltd." width="186" height="86" /></a></td>');
document.write('        <td align="right"><img src="../images/caption.gif" alt="Rubber Sheets, Rubber Mattings and Rubber Floorings from Zenith Industrial Rubber Products Pvt. Ltd." width="295" height="86" /></td>');
document.write('      </tr>');
document.write('      <tr>');
document.write('        <td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.write('          <tr>');
if(subdirectory == "default.asp")
{
document.write('            <td><a href="../default.asp"><img src="../images/bt-home.gif" alt="Home" width="129" height="36" border="0" /></a></td>');
document.write('            <td><img src="../images/bt-div.gif" alt="" width="2" height="36" /></td>');
}
else
{
document.write('            <td><a href="../default.asp"><img src="../images/bt-home.gif" alt="Home" width="129" height="36" border="0"class="domroll ../images/bt-home-mo.gif" /></a></td>');
document.write('            <td><img src="../images/bt-div.gif" alt="" width="2" height="36" /></td>');
}

if(subdirectory == "products")
{
document.write('            <td><a href="../products/default.htm"><img src="../images/bt-products-mo.gif" alt="Products" width="135" height="36" border="0" </a></td>');
document.write('            <td><img src="../images/bt-div.gif" alt="" width="2" height="36" /></td>');
}
else
{
document.write('            <td><a href="../products/default.htm"><img src="../images/bt-products.gif" alt="Products" width="135" height="36" border="0" class="domroll ../images/bt-products-mo.gif"/></a></td>');
document.write('            <td><img src="../images/bt-div.gif" alt="" width="2" height="36" /></td>');
}

if(subdirectory == "profile")
{
document.write('            <td><a href="../profile/default.htm"><img src="../images/bt-corporate-mo.gif" alt="Corporate Profile" width="198" height="36" border="0" /></a></td>');
document.write('            <td><img src="../images/bt-div.gif" alt="" width="2" height="36" /></td>');
}
else
{
document.write('            <td><a href="../profile/default.htm"><img src="../images/bt-corporate.gif" alt="Corporate Profile" width="198" height="36" border="0" class="domroll ../images/bt-corporate-mo.gif"/></a></td>');
document.write('            <td><img src="../images/bt-div.gif" alt="" width="2" height="36" /></td>');
}


if(subdirectory == "manufacturing")
{
document.write('            <td><a href="../manufacturing/default.htm"><img src="../images/bt-manufacturing-mo.gif" alt="Manufacturing" width="178" height="36" border="0" /></a></td>');
document.write('            <td><img src="../images/bt-div.gif" alt="" width="2" height="36" /></td>');
}
else
{
document.write('            <td><a href="../manufacturing/default.htm"><img src="../images/bt-manufacturing.gif" alt="Manufacturing" width="178" height="36" border="0" class="domroll ../images/bt-manufacturing-mo.gif"/></a></td>');
document.write('            <td><img src="../images/bt-div.gif" alt="" width="2" height="36" /></td>');	
}

if(subdirectory == "news-events")
{
document.write('            <td><a href="../news-events/default.asp"><img src="../images/bt-news-events-mo.gif" alt="News and Events" width="185" height="36" border="0" /></a></td>');
document.write('            <td><img src="../images/bt-div.gif" alt="" width="2" height="36" /></td>');
}
else
{
document.write('            <td><a href="../news-events/default.asp"><img src="../images/bt-news-events.gif" alt="News and Events" width="185" height="36" border="0" class="domroll ../images/bt-news-events-mo.gif"/></a></td>');
document.write('            <td><img src="../images/bt-div.gif" alt="" width="2" height="36" /></td>');
}


if(subdirectory == "contact-us")
{
document.write('            <td><a href="../contact-us/default.htm"><img src="../images/bt-contact-mo.gif" alt="Contact Us" width="168" height="36" border="0" /></a></td>');
}
else
{
document.write('            <td><a href="../contact-us/default.htm"><img src="../images/bt-contact.gif" alt="Contact Us" width="168" height="36" border="0" class="domroll ../images/bt-contact-mo.gif"/></a></td>');
}
document.write('          </tr>');
document.write('        </table></td>');
document.write('        </tr>');
document.write('    </table>');


document.write('    <script src="../includes/rollover.js" type="text/javascript"></script>');
// -->   
