document.write("<div style='LEFT: 15px; POSITION: absolute; TOP: 60px'> ");
document.write("<form name='form'>");
document.write("  <table cellpadding='0' cellspacing='1' border='0' bgcolor='#F2F7FF'>");
document.write("    <tr>");
document.write("      <td valign='top' align='center'><font face='Verdana' size='3' color='#000080'>Booshway.com</font></td>");
document.write("    </tr>");
document.write("    <tr>");
document.write("      <td valign='top' align='center'><font face='Verdana' size='2'><select name='quickGo'");
document.write("      onChange='window.location.href=this.options[this.selectedIndex].value'");
document.write("      language='JavaScript'");
document.write("      style='background-color: rgb(115,179,242); color: rgb (255,255,255); font-family: Verdana; font-size: 10px; font-weight: bold; border: 0px groove rgb(255,255,255)'");
document.write("      size='1'>");
document.write("        <option selected>-- QUICK NAV --</option>");
document.write("        <option value='clearcut.htm'>ClearCut Logging</option>");
document.write("        <option value='custdevl.htm'>Custom Development</option>");
document.write("        <option value='webdevl.htm'>Web Development</option>");
document.write("        <option value='products.htm'>Products</option>");
document.write("        <option value='webhost.htm'>Web Hosting</option>");
document.write("        <option value='freestuff.htm'>Free Stuff</option>");
document.write("        <option value='contactus.htm'>Contact Us</option>");
document.write("        <option value='links.htm'>Links</option>");
document.write("        <option value='aboutus.htm'>About Us</option>");
document.write("        <option value='index.html'>--- HOME ---</option>");
document.write("      </select> </font></td>");
document.write("    </tr>");
document.write("  </table>");
document.write("</form>");
document.write("</div>");