
        sfHover = function() {
        var sfEls = document.getElementById("mairie").getElementsByTagName("LI");
        for (var i=0; i<sfEls.length; i++) {
            sfEls[i].onmouseover=function() {
                this.className+="sfhover";
            }
            sfEls[i].onmouseout=function() {
                this.className=this.className.replace(new RegExp("sfhover\\b"), "");
            }
        }
        }
        if (window.attachEvent) window.attachEvent("onload", sfHover);

        sfHover = function() {
        var sfEls = document.getElementById("decouvrir_pontarlier").getElementsByTagName("LI");
        for (var i=0; i<sfEls.length; i++) {
            sfEls[i].onmouseover=function() {
                this.className+="sfhover";
            }
            sfEls[i].onmouseout=function() {
                this.className=this.className.replace(new RegExp("sfhover\\b"), "");
            }
        }
        }
        if (window.attachEvent) window.attachEvent("onload", sfHover);

        sfHover = function() {
        var sfEls = document.getElementById("sport").getElementsByTagName("LI");
        for (var i=0; i<sfEls.length; i++) {
            sfEls[i].onmouseover=function() {
                this.className+="sfhover";
            }
            sfEls[i].onmouseout=function() {
                this.className=this.className.replace(new RegExp("sfhover\\b"), "");
            }
        }
        }
        if (window.attachEvent) window.attachEvent("onload", sfHover);

        sfHover = function() {
        var sfEls = document.getElementById("culture").getElementsByTagName("LI");
        for (var i=0; i<sfEls.length; i++) {
            sfEls[i].onmouseover=function() {
                this.className+="sfhover";
            }
            sfEls[i].onmouseout=function() {
                this.className=this.className.replace(new RegExp("sfhover\\b"), "");
            }
        }
        }
        if (window.attachEvent) window.attachEvent("onload", sfHover);

        sfHover = function() {
        var sfEls = document.getElementById("evenementiel").getElementsByTagName("LI");
        for (var i=0; i<sfEls.length; i++) {
            sfEls[i].onmouseover=function() {
                this.className+="sfhover";
            }
            sfEls[i].onmouseout=function() {
                this.className=this.className.replace(new RegExp("sfhover\\b"), "");
            }
        }
        }
        if (window.attachEvent) window.attachEvent("onload", sfHover);

        sfHover = function() {
        var sfEls = document.getElementById("vie_quotidienne").getElementsByTagName("LI");
        for (var i=0; i<sfEls.length; i++) {
            sfEls[i].onmouseover=function() {
                this.className+="sfhover";
            }
            sfEls[i].onmouseout=function() {
                this.className=this.className.replace(new RegExp("sfhover\\b"), "");
            }
        }
        }
        if (window.attachEvent) window.attachEvent("onload", sfHover);

        sfHover = function() {
        var sfEls = document.getElementById("vos_cartier").getElementsByTagName("LI");
        for (var i=0; i<sfEls.length; i++) {
            sfEls[i].onmouseover=function() {
                this.className+="sfhover";
            }
            sfEls[i].onmouseout=function() {
                this.className=this.className.replace(new RegExp("sfhover\\b"), "");
            }
        }
        }
        if (window.attachEvent) window.attachEvent("onload", sfHover);

        sfHover = function() {
        var sfEls = document.getElementById("environement").getElementsByTagName("LI");
        for (var i=0; i<sfEls.length; i++) {
            sfEls[i].onmouseover=function() {
                this.className+="sfhover";
            }
            sfEls[i].onmouseout=function() {
                this.className=this.className.replace(new RegExp("sfhover\\b"), "");
            }
        }
        }
        if (window.attachEvent) window.attachEvent("onload", sfHover);

        sfHover = function() {
        var sfEls = document.getElementById("enseignement").getElementsByTagName("LI");
        for (var i=0; i<sfEls.length; i++) {
            sfEls[i].onmouseover=function() {
                this.className+="sfhover";
            }
            sfEls[i].onmouseout=function() {
                this.className=this.className.replace(new RegExp("sfhover\\b"), "");
            }
        }
        }
        if (window.attachEvent) window.attachEvent("onload", sfHover);


