6 <h1>OOoBean used by applet
</h1>
8 <script type=
"text/javascript">
9 function writeApplet() {
10 var office
= window
.location
.search
.substring(1);
11 document
.write("<applet code=\"oooapplet/OOoViewer.class\" archive=\"oooapplet.jar\" width=800 height=600>");
12 document
.write("<param name=\"office\" value=\"" + office
+ "\" >" );
13 document
.write("</applet>");