// embedApplet.js
<!--
document.write('<applet code="WordSearch.class" width=425 height=350>');
document.write('<param name="gridcolors" value="black,white,#ffffcc,yellow">');
document.write('<param name="listcolors" value="#660000,#ffffcc,#666666">');
document.write('<param name="files" value="animals.txt,countries.txt,measures.txt,movies.txt,nightsky.txt">');
document.writeln('</applet>');
//-->


