function cacheimagecentral(id,b,h) {
if (h == null)
h = false;
var nom = (h)? 'centretoileh' : 'centretoile';
	if(b) {
		window.document.getElementById(id).className = 'cacheimg';
	}
	else {
		window.document.getElementById(id).className = nom;
	}
}

