document.observe("dom:loaded", function() {
//	$$("h1").each(function(elm){ elm.insert("&nbsp;é&nbsp;é"); });

	$$(".mcontainer_bg").each(function(elm) {
		elm.setStyle({
          opacity:0.80,
          filter:'alpha(opacity=80)',
          '-moz-opacity':0.80,
          '-khtml-opacity':0.80
		});
	});
	
	$$(".mcontainer_bg_wide").each(function(elm) {
		elm.setStyle({
          opacity:0.80,
          filter:'alpha(opacity=80)',
          '-moz-opacity':0.80,
          '-khtml-opacity':0.80
		});
	});
	
	sIFR.replaceElement(named({sSelector:"h1", sCase: 'upper', sFlashSrc:"/plugins/sifr/optima.swf", sColor:"#57575a", sFlashVars:"letterSpacing=4", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC", sWmode:"transparent"}));
	sIFR.replaceElement(named({sSelector:"h2", sCase: 'upper', sFlashSrc:"/plugins/sifr/optima.swf", sColor:"#57575a", sFlashVars:"letterSpacing=4", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC", sWmode:"transparent"}));
	
});