var optima = {
	src: 'medias/optima.swf'
	,ratios: [8, 1.41, 11, 1.31, 15, 1.29, 16, 1.28, 24, 1.26, 27, 1.24, 33, 1.23, 36, 1.22, 37, 1.23, 48, 1.22, 52, 1.21, 53, 1.22, 78, 1.21, 79, 1.2, 80, 1.21, 84, 1.2, 85, 1.21, 89, 1.2, 90, 1.21, 1.2]
};

sIFR.useStyleCheck = true;
sIFR.useDomContentLoaded = true;
sIFR.delayCSS  = true;		  

//sIFR.debug.ratios({ src: 'medias/optima.swf', selector: 'h1' });

sIFR.activate(optima);
/*
sIFR.replace(optima, {
	selector: 'h1'
	,wmode: 'transparent'
	,fitExactly: 'true'
	,tuneHeight:0
	,offsetTop:0
	,offsetLeft:0
	,sharpness:30
	,thickness:0
	,fixFocus: true
	,css: [	'.sIFR-root { color:#363636; letter-spacing:0; text-align:left; font-weight:normal; background-color:#FFFFFF; }'
		   	,'a { color: ##363636; text-decoration: none; }'
			,'a:link { color: #0099CC; text-decoration: none ; }'
			,'a:hover { color: #ffcc66; text-decoration: underline ; }'
			,'a:focus { color: #ffcc66; text-decoration: none ; }'
	]
});
*/
