// embedApplet.js
<!--
document.write('<applet code="NetMenu.class" align="baseline" archive="NetMenu.jar" width="140" height="151">');
document.write('<param name="bgColor" value="000055">');
document.write('<param name="topLevelColor" value="9B0000">');
document.write('<param name="secondLevelColor" value="000000">');
document.write('<param name="strColor" value="FFFFD5">');
document.write('<param name="strHiColor" value="ffffff">');
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="_top|index.html">');
document.write('<param name="menu1" value="A BRIEF HISTORY|u1">');
document.write('<param name="u1" value="_top|history.html">');
document.write('<param name="menu2" value="AREA MERCHANTS|u2">');
document.write('<param name="u2" value="_top|merchants.html">');
document.write('<param name="menu3" value="BUSINESS DIRECTORY|u3">');
document.write('<param name="u3" value="_top|directory.html">');
document.write('<param name="menu4" value="HISTORIC PLACES|u4">');
document.write('<param name="u4" value="_top|historic.html">');
document.write('<param name="menu5" value="INTERACTIVE MAP|u5">');
document.write('<param name="u5" value="_top|map.html">');
document.write('<param name="menu6" value="POINTS OF INTEREST|u6">');
document.write('<param name="u6" value="_top|ofinterest.html">');
document.write('<param name="menu7" value="ADVERTISE HERE!|u7">');
document.write('<param name="u7" value="_top|advertise.html">');
document.write('<param name="menu8" value="LOCAL LINKS|u8">');
document.write('<param name="u8" value="_top|links.html">');
document.write('<param name="menu9" value="CONTACT US|u9">');
document.write('<param name="u9" value="_top|contact.html">');
document.writeln('</applet>');
//-->

