sfHover = function() {
        var sfEls = document.getElementById("menu").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);




function favoris() {
if ( navigator.appName != 'Microsoft Internet Explorer' )
{ window.sidebar.addPanel("la grande mosquée de Cergy","http://mosquee-cergy.org/",""); }
else { window.external.AddFavorite("http://mosquee-cergy.org/","la grande mosquée de Cergy"); } }


var t;			
t = 1;

	function changerTaille(modif) {
		t = t + modif;
		document.getElementsByTagName("body")[0].style.fontSize = t + "em";		
	} 	