
window.addEvent('domready', function() {
	if ($('menu_images'))
		menu_images.construct();
	if ($('menu_produits'))
		menu_produits.construct();
	if ($$('.nuancier').length)
		nuancier.bindEvents();
	if ($$('.zoomer').length)
		zoomer.bindEvents();
	
	//-- Subtitutions SIFR
	if(typeof sIFR == "function" && !sIFR.UA.bIsIEMac){
		sIFR.setup();
		if ($$('.gab2').length)
			sIFR.replaceElement(".contenu h2", named({sFlashSrc: "./flash/thong.swf", sColor: "#000000"}));
		else
			sIFR.replaceElement(".contenu h2", named({sFlashSrc: "./flash/thong.swf", sColor: "#000000", sBgColor: "#f0efeb"}));
		
		sIFR.replaceElement(".pres_prod h3", named({sFlashSrc: "./flash/thong.swf", sColor: "#000000"}));
	};
});
