document.writeln('<script language="javascript" src="js/page_menu.js" type="text/javascript"></script>');
document.writeln('<script language="javascript" src="js/function.js" type="text/javascript"></script>');
document.writeln('<DIV id=menuDiv style=" VISIBILITY: hidden; WIDTH: 1px; POSITION: absolute; HEIGHT: 1px; BACKGROUND-COLOR: #9cc5f8"></DIV>');

document.writeln('<table width="795" border="0" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF" height="26">');
document.writeln('        <tr bgcolor="#FFCC33">');
document.writeln('          <td width="17%" height="18" align="center"><a href="index.html">Home Page</a></td>');
document.writeln('          <td width="16%" align="center"><a href="Aboutus.htm">About Us</a></td>');
document.writeln('          <td width="19%" align="center"><a href="Total Products.htm">Total Products</a></td>');
document.writeln('            <td width="20%" height="18" align="center"><a href="Locate A Distributor.htm">Contact Us</a></td>');
document.writeln('        </tr>');
document.writeln('      </table>');

/* old-------
document.writeln('<script language="javascript" src="js/page_menu.js" type="text/javascript"></script>');
document.writeln('<DIV id=menuDiv style=" VISIBILITY: hidden; WIDTH: 1px; POSITION: absolute; HEIGHT: 1px; BACKGROUND-COLOR: #9cc5f8"></DIV>');

document.writeln('<table width="795" border="0" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF" height="26">');
document.writeln('        <tr bgcolor="#FFCC33">');
document.writeln('          <td width="17%" height="18" align="center"><a href="index.html">Home Page</a></td>');
document.writeln('          <td width="16%" align="center"><a href="Aboutus.htm">About Us</a></td>');
document.writeln('          <td width="19%" align="center"><a href="Total Products.htm">Total Products</a></td>');
document.writeln('            <td width="28%" height="18" align="center"><a href="STARFIRE  SKYHAWK WEB INSTRUCTIONS.htm">SkyHawk&nbsp;&nbsp;2&nbsp;&nbsp;Cycle&nbsp;&nbsp;Instructions</a></td>');
document.writeln('            <td width="20%" height="18" align="center"><a href="Locate A Distributor.htm">Contact Us</a></td>');
document.writeln('        </tr>');
document.writeln('      </table>');
*/
/*	  <table width="795" border="0" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF" height="26">
        <tr bgcolor="#FFCC33">
          <td width="17%" height="18" align="center"><a href="index.html">Home Page</a></td>
          <td width="16%" align="center"><a href="Aboutus.htm">About Us</a></td>
          <td width="19%" align="center"><a href="#" onMouseOver="ShowMenu('Menu_str01');">Total Products</a> </td>
            <td width="28%" height="18" align="center"><a href="STARFIRE  SKYHAWK WEB INSTRUCTIONS.htm">SkyHawk Starfire Instructions</a></td>
            <td width="20%" height="18" align="center"><a href="Locate A Distributor.htm">Contact Us</a></td>
        </tr>
      </table>
*/