// embedApplet.js
<!--
document.write('<APPLET CODE="Bridges.class" width=340 height=400>');
document.write('<PARAM name Color value="white">');
document.writeln('</applet>');
//-->

