/* impoertante: nelle dichiarazioni delle proprietà css, mettere sempre prima il selettore più specifico (ex. ACTIVE) poi quello generico, ridefinendo TUTTE le proprietà */
//	DICHIARAZIONE DEI FLASH

var helvetica = {
	src: 'swf/helvetica.swf',
	wmode: 'transparent'
};


//	ATTIVAZIONE DEI FLASH

sIFR.activate(helvetica);

// REPLACE HTML CON FLASH
/*
sIFR.replace(helvetica, 
	{
		selector: 'h1',
		css: [
			'.sIFR-root {font-size: 26px;color:#ff0000;}'
		]
	});
*/	
