/* 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 agency = {
	src: 'swf/agency.swf',
	wmode: 'transparent',
	filters: {

		DropShadow: {
			knockout: false,
			distance: 1,
			color: '#330000',
			strength: 1.0
		}
	/*	
		BevelFilter: {
			type:'Formazione',
			blurY:1,
			blurX:2,
			knockout:false,
			strength:3,
			quality:100,
			shadowAlpha:50,
			shadowColor:'#ff0000',
			highlightAlpha:50,
			highlightColor:'#00ff00',
			angle:40,
			distance:4
		},
	
		GlowFilter: {
			strength:1,
			blurY:1,
			blurX:7,
			knockout:false,
			inner:false,
			quality:100,
			alpha:50,
			color:'#527590'
		}
	*/
	}
};
//	ATTIVAZIONE DEI FLASH
sIFR.activate(agency);

/* per flash multipli
sIFR.activate(cochin, rockwell, vandenkeere);
*/

// REPLACE HTML CON FLASH