
    // Gestion des spots
    
    function fnAffichageSpots() {
    var larg = document.getElementById('testLargeurFenetre').width;
	if (larg>935) {
	document.getElementById('spot1').style.display='block';
	document.getElementById('spot2').style.display='block';
	}
	//alert(larg);
	}

