// embedApplet.js
<!--
document.write('<applet code="NetMenu.class" align="baseline" archive="NetMenu.jar" width="135" height="105">');
document.write('<param name="bgColor" value="22374F">');
document.write('<param name="topLevelColor" value="22374F">');
document.write('<param name="secondLevelColor" value="22374F">');
document.write('<param name="strColor" value="FFFFFF">');
document.write('<param name="strHiColor" value="F00022">');
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="STANDARD FEATURES|u1">');
document.write('<param name="u1" value="_top|features.html">');
document.write('<param name="menu2" value="OPTIONS|u2">');
document.write('<param name="u2" value="_top|options.html">');
document.write('<param name="menu3" value="PHOTO GALLERY|u3">');
document.write('<param name="u3" value="_top|gallery.html">');
document.write('<param name="menu4" value="FLOOR PLANS|u4">');
document.write('<param name="u4" value="_top|floor.html">');
document.write('<param name="menu5" value="INVENTORY|u5">');
document.write('<param name="u5" value="_top|inventory.html">');
document.write('<param name="menu6" value="CONTACT US|u6">');
document.write('<param name="u6" value="_top|contact.html">');
document.writeln('</applet>');
//-->

