 var pos = location.search.indexOf('=');
var win = location.search.substring(pos+1);

document.write ("<table border=1 cellpadding=0 cellspacing=0  width=768 background=navbar_bg.jpg>");

if (win == 'home')
{
document.write ("<td height=5 width=16% align=center bgcolor=#ffffc6>");
}
else
{
document.write ("<td height=5 width=16% align=center>");
}
document.write ("<A class=menumain href=index.html?win=home >Home</A></td>");

if (win == 'about')
{
document.write ("<td height=5 width=16% align=center bgcolor=#ffffc6>");
}
else
{
document.write ("<td height=5 width=16% align=center>");
}
document.write ("<A class=menumain href=about_us.shtml?win=about >About Us</A></td>");

if (win == 'catrqst')
{
document.write ("<td height=5 width=16% align=center bgcolor=#ffffc6>");
}
else
{
document.write ("<td height=5 align=center>");
}
document.write ("<A class=menumain href=catrqst.shtml?win=catrqst>Catalog&nbsp;Request</A></td>");

if (win == 'contactus')
{
document.write ("<td height=5 width=16% align=center bgcolor=#ffffc6>");
}
else
{
document.write ("<td height=5 width=16% align=center>");
}
document.write ("<A class=menumain href=contactus.shtml?win=contactus >Contact&nbsp;Us</A></td>");

if (win == 'leaseopt')
{
document.write ("<td height=5 width=16% align=center bgcolor=#ffffc6>");
}
else
{
document.write ("<td height=5 width=16% align=center>");
}
document.write ("<A class=menumain href=leaseopt.shtml?win=leaseopt >Terms</A></td>");

if (win == 'cusquote')
{
document.write ("<td height=5 width=16% align=center bgcolor=#ffffc6>");
}
else
{
document.write ("<td height=5 width=16% align=center>");
}
document.write ("<A class=menumain href=cusquote.shtml?win=cusquote >Get&nbsp;Quote</A></td>");
document.write (" </table>");