

var pos = location.search.indexOf('=');
var win = location.search.substring(pos+1);


document.write ("<table border=1 width=768 cellpadding=0 cellspacing=0 background=navbar_bg.jpg>");
document.write ("<td>&nbsp;</td>");


if (win == 'home')
{
document.write ("<td width=20%   align=center bgcolor=#ffffc6>");
}
else
{
document.write ("<td width=20% height=5  align=center>");
}
document.write ("<A class=menumain href=index.html?win=home >Home</A></td>");

if (win == 'order')
{
document.write ("<td width=20%  align=center bgcolor=#ffffc6>");
}
else
{
document.write ("<td width=20%   align=center>");
}
document.write ("<A class=menumain href=order.aspx?win=order >Order</A></td>");


if (win == 'contactus')
{
document.write ("<td width=20%  align=center bgcolor=#ffffc6>");
}
else
{
document.write ("<td width=20%  align=center>");
}
document.write ("<A class=menumain href=contactus.aspx?win=contactus >Contact Us</A></td>");


if (win == 'cusquote')
{
document.write ("<td width=20%   align=center bgcolor=#ffffc6>");
}
else
{
document.write ("<td width=20%   align=center>");
}
document.write ("<A class=menumain href=quote.aspx?win=cusquote >Get&nbsp;Quote</A></td>");

if (win == 'aboutus')
{
document.write ("<td width=20%   align=center bgcolor=#ffffc6>");
}
else
{
document.write ("<td width=20%   align=center>");
}
document.write ("<A class=menumain href=about_us.aspx?win=aboutus >About&nbsp;Us</A></td>");

document.write ("<td >&nbsp;</td>");

document.write (" </table>");









