<!--
      window.onload=montre;
      function montre(id) {
      var d = document.getElementById(id);
        for (var i = 1; i<=10; i++) {
          if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
        }
      if (d) {d.style.display='block';}
      }
      //-->

function setpng(img) { if(document.all && (IEver=parseFloat(navigator.appVersion.split("MSIE")[1])) && (IEver>=5.5) && (IEver<7) && document.body.filters && img) {
    imgName=img.src.toUpperCase();
    if(imgName.substring(imgName.length-3,imgName.length)=="PNG") img.outerHTML=
        "<span "+(img.id?"id='"+img.id+"' ":"")+(img.className?"class='"+img.className+"' ":"")+(img.title?"title=\""+img.title+"\" ":"")
        +"style=\"width:"+img.width+"px;height:"+img.height+"px;"+(img.align=="left"?"float:left;":(img.align=="right"?"float:right;":""))
        +(img.parentElement.href?"cursor:hand;":"")+"display:inline-block;"+img.style.cssText+";"
        +"filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+img.src+"',sizingMethod='scale');\"></span>";
}}

