
<!--
   var i=0;
function WinOpen(name,width,height) {
   msg=open(name,"DisplayWindow1"+i,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width="+width+",height="+height);
   i++;
}
//-->

<!--
function MM_showHideLayers() { //v2.0
  var i, visStr, args, theObj;
  args = MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) { //with arg triples (objNS,objIE,visStr)
    visStr   = args[i+2];
    if (navigator.appName == 'Netscape' && document.layers != null) {
      theObj = eval(args[i]);
      if (theObj) theObj.visibility = visStr;
    } else if (document.all != null) { //IE
      if (visStr == 'show') visStr = 'visible'; //convert vals
      if (visStr == 'hide') visStr = 'hidden';
      theObj = eval(args[i+1]);
      if (theObj) theObj.style.visibility = visStr;
  } }
}
//-->

<!--
        var    aa = 0 ;
        var    name = "";
        var    num = 0;
        if (document.images) {

            img1on = new Image ();
            img1on.src = "img/class12.gif";
            img1off = new Image ();
            img1off.src = "img/class11.gif";

            img2on = new Image ();
            img2on.src = "img/class22.gif";
            img2off = new Image ();
            img2off.src = "img/class21.gif";

            img3on = new Image ();
            img3on.src = "img/class32.gif";
            img3off = new Image ();
            img3off.src = "img/class31.gif";

            img4on = new Image ();
            img4on.src = "img/class42.gif";
            img4off = new Image ();
            img4off.src = "img/class41.gif";

            img5on = new Image ();
            img5on.src = "img/class52.gif";
            img5off = new Image ();
            img5off.src = "img/class51.gif";

            img6on = new Image ();
            img6on.src = "img/class62.gif";
            img6off = new Image ();
            img6off.src = "img/class61.gif";

            img7on = new Image ();
            img7on.src = "img/class72.gif";
            img7off = new Image ();
            img7off.src = "img/class71.gif";

            img8on = new Image ();
            img8on.src = "img/class82.gif";
            img8off = new Image ();
            img8off.src = "img/class81.gif";

        }

function imgOn(imgName,flag) {
if ((aa==0) | (aa != flag))
   {        if (document.images)
           {
            document[imgName].src = eval(imgName + "on.src");
           }
  }
}
function imgOff(imgName,flag) {
if ((aa==0) | (aa != flag))
        {if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
        }
}
}
// -->

