// embedApplet.js
<!--
document.write('<applet code="NetMenu.class" align="baseline" archive="NetMenu.jar" width="130" height="91">');
document.write('<param name="bgColor" value="9B0000">');
document.write('<param name="topLevelColor" value="A40000">');
document.write('<param name="secondLevelColor" value="645269">');
document.write('<param name="strColor" value="FFFFFF">');
document.write('<param name="strHiColor" value="F2F2F2">');
document.write('<param name="itemHeight" value="15">');
document.write('<param name="font" value="Arial">');
document.write('<param name="menu0" value="HOME|u0">');
document.write('<param name="u0" value="right|main.html">');
document.write('<param name="menu1" value="VIEW OUR LISTINGS|u1">');
document.write('<param name="u1" value="right|http://www.hctrucks.com/cgi-bin/inventory/pm.cgi?l&action=list&cat=state&catvalue=all">');
document.write('<param name="menu2" value="SEARCH LISTINGS|u2">');
document.write('<param name="u2" value="right|http://www.hctrucks.com/cgi-bin/inventory/pm.cgi?l&action=list&cat=state&catvalue=all">');
document.write('<param name="menu3" value="DIRECTIONS|u3">');
document.write('<param name="u3" value="right|directions.html">');
document.write('<param name="menu4" value="LOCAL LINKS|u4">');
document.write('<param name="u4" value="right|links.html">');
document.write('<param name="menu5" value="CONTACT US|u5">');
document.write('<param name="u5" value="right|contact.html">');
document.writeln('</applet>');
//-->

