1<html>
2  <head>
3      <title></title>
4  </head>
5  <body>
6      <h1>OOoBean used by applet</h1>
7      <hr>
8<script type="text/javascript">
9function 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>");
14}
15writeApplet();
16</script>
17      <hr>
18
19  </body>
20</html>
21
22