 var pos = location.search.indexOf('=');
var win = location.search.substring(pos+1);


document.write ("<table border=1 cellpadding=0 cellspacing=0  width=765 background=images/navbar_bgx.jpg>");


if (win == 'home')
{
document.write ("<td height=5 width=16% align=center bgcolor=#fffff0>");
}
else
{
document.write ("<td height=5 width=16% align=center background=images/button.gif>");
}
document.write ("<A class=menumain href=index.html?win=home >Home</A></td>");


if (win == 'contactus')
{
document.write ("<td height=5 width=16% align=center bgcolor=#fffff0>");
}
else
{
document.write ("<td height=5 width=16% align=center background=images/button.gif>");
}
document.write ("<A class=menumain href=contactus.aspx?win=contactus >Contact&nbsp;Us</A></td>");


if (win == 'terms')
{
document.write ("<td height=5 width=16% align=center bgcolor=#fffff0>");
}
else
{
document.write ("<td height=5 width=16% align=center background=images/button.gif>");
}
document.write ("<A class=menumain href=terms.aspx?win=terms >Terms</A></td>");

if (win == 'quote')
{
document.write ("<td height=5 width=16% align=center bgcolor=#fffff0>");
}
else
{
document.write ("<td height=5 width=16% align=center background=images/button.gif>");
}
document.write ("<A class=menumain href=quote.aspx?win=quote >Get&nbsp;Quote</A></td>");



document.write (" </table>");