// JavaScript Document
  startList = function() {
   if (document.all&&document.getElementById) {
    navRoot = document.getElementById("nav1");
    for (i=0; i<navRoot.childNodes.length; i++) {
     node = navRoot.childNodes[i];
     if (node.nodeName=="LI") {
      node.onmouseover=function() {
       this.className+=" over";
      }
      node.onmouseout=function() {
       this.className=this.className.replace(" over", "");
      }
     }
    }
   }
   if (document.all&&document.getElementById) {
    navRoot = document.getElementById("nav2");
    for (i=0; i<navRoot.childNodes.length; i++) {
     node = navRoot.childNodes[i];
     if (node.nodeName=="LI") {
      node.onmouseover=function() {
       this.className+=" over";
      }
      node.onmouseout=function() {
       this.className=this.className.replace(" over", "");
      }
     }
    }
   }

   if (document.all&&document.getElementById) {
    navRoot = document.getElementById("nav3");
    for (i=0; i<navRoot.childNodes.length; i++) {
     node = navRoot.childNodes[i];
     if (node.nodeName=="LI") {
      node.onmouseover=function() {
       this.className+=" over";
      }
      node.onmouseout=function() {
       this.className=this.className.replace(" over", "");
      }
     }
    }
   }
   if (document.all&&document.getElementById) {
    navRoot = document.getElementById("nav4");
    for (i=0; i<navRoot.childNodes.length; i++) {
     node = navRoot.childNodes[i];
     if (node.nodeName=="LI") {
      node.onmouseover=function() {
       this.className+=" over";
      }
      node.onmouseout=function() {
       this.className=this.className.replace(" over", "");
      }
     }
    }
   }
   if (document.all&&document.getElementById) {
    navRoot = document.getElementById("nav5");
    for (i=0; i<navRoot.childNodes.length; i++) {
     node = navRoot.childNodes[i];
     if (node.nodeName=="LI") {
      node.onmouseover=function() {
       this.className+=" over";
      }
      node.onmouseout=function() {
       this.className=this.className.replace(" over", "");
      }
     }
    }
   }
   if (document.all&&document.getElementById) {
    navRoot = document.getElementById("nav6");
    for (i=0; i<navRoot.childNodes.length; i++) {
     node = navRoot.childNodes[i];
     if (node.nodeName=="LI") {
      node.onmouseover=function() {
       this.className+=" over";
      }
      node.onmouseout=function() {
       this.className=this.className.replace(" over", "");
      }
     }
    }
   }
  var nn4 = document.layers ? true:false;
  var ie4 = document.all ? true:false;
    if (ie4)
     {
      var preloadImages = new Array("/img/bg_menu.gif",
      "/img/bg_menu_a.gif",
      "/img/bg_block.gif");
     var i;
     var imageLoaded = new Array()
     for (i=0; i<preloadImages.length; i++)
       {
        imageLoaded[i] = new Image(); 
        imageLoaded[i].src = preloadImages[i];
       }
     }
  }
  
  
  function nImg_140px(idCell) {
   eval('document.all.'+idCell+'.className ="nImg_140px"');
   eval('document.getElementById("' + idCell + '").className ="nImg_140px"');
  }
  function oImg_140px(idCell) {
   eval('document.all.'+idCell+'.className ="oImg_140px"');
   eval('document.getElementById("' + idCell + '").className ="oImg_140px"');
  }
  function nImg_149px(idCell) {
   eval('document.all.'+idCell+'.className ="nImg_149px"');
   eval('document.getElementById("' + idCell + '").className ="nImg_149px"');
  }
  function oImg_149px(idCell) {
   eval('document.all.'+idCell+'.className ="oImg_149px"');
   eval('document.getElementById("' + idCell + '").className ="oImg_149px"');
  }
  function nImg_158px(idCell) {
   eval('document.all.'+idCell+'.className ="nImg_158px"');
   eval('document.getElementById("' + idCell + '").className ="nImg_158px"');
  }
  function oImg_158px(idCell) {
   eval('document.all.'+idCell+'.className ="oImg_158px"');
   eval('document.getElementById("' + idCell + '").className ="oImg_158px"');
  }
  function nImg_178px(idCell) {
   eval('document.all.'+idCell+'.className ="nImg_178px"');
   eval('document.getElementById("' + idCell + '").className ="nImg_178px"');
  }
  function oImg_178px(idCell) {
   eval('document.all.'+idCell+'.className ="oImg_178px"');
   eval('document.getElementById("' + idCell + '").className ="oImg_178px"');
  }
  function nImg_196px(idCell) {
   eval('document.all.'+idCell+'.className ="nImg_196px"');
   eval('document.getElementById("' + idCell + '").className ="nImg_196px"');
  }
  function oImg_196px(idCell) {
   eval('document.all.'+idCell+'.className ="oImg_196px"');
   eval('document.getElementById("' + idCell + '").className ="oImg_196px"');
  }

  function nA(idA) {
   eval('document.all.'+idA+'.className ="menu"');
   eval('document.getElementById("' + idA + '").className ="menu"');
  }
  
  function oA(idA) {
   eval('document.all.'+idA+'.className ="menu"');
   eval('document.getElementById("' + idA + '").className ="menu"');
  }
  window.onload = startList;
  
  function show(idP){

   eval('document.all.'+idP+'.className ="discshow"');
   eval('document.getElementById("' + idP + '").className ="discshow"');

  }


         // Generic display code
         function outliner() {
            // Get child element.
            var child =
               document.all[event.srcElement.getAttribute("child",
                  false)];
            // If child element exists, expand or collapse it.
            if (null != child) 
               child.className = child.className == "collapsed" ? "" : "collapsed";
         }


         function Under() {
            OnMouseOver="this.className='dicAnchUnder'";
            OnMouseOut="this.className='dicAnch'";
         }

