<!--
function init()
  {
if (navigator.appName == "Netscape")
    {
      layerRef="document.layers";
      styleSwitch="";
    }
    else
    {
      layerRef="document.all";
      styleSwitch=".style";
    }
if (navigator.appName == "Mozilla")
    {
      layerRef="document.layers";
      styleSwitch="";
    }
else
    {
      layerRef="document.all";
      styleSwitch=".style";
    }

  }
//-->
