﻿// JScript File

<!--
function loadJava( root, file, jar, bgColor, width, height )
{
//        var oeTags = '<APPLET code=\"'+root+file+'\" archive=\"'+jar+'\" width=\"'+width
//      	+'\" height=\"'+height+'\"></APPLET>';
        var oeTags = '<APPLET code=\"'+file+'\" archive=\"'+jar+'\" width=\"'+width
      	+'\" height=\"'+height+'\"></APPLET>';
        document.write(oeTags);
}
-->
