var caratteretitoli = {
  src: '../sifr/swf/caratteretitoli.swf'
};

sIFR.activate(caratteretitoli); // From revision 209 and onwards

sIFR.replace(caratteretitoli, {
	wmode:'transparent',
	selector: 'h1',
	css: [
		'.sIFR-root { letter-spacing: 0.3; }',
		'a { text-decoration: none; }',
		'a:link { color: #000000; }',
		'a:hover { color: #FFFFFF; }'
 	]
	//,filters: { DropShadow: { knockout: false ,distance: 1 ,color: '#330000' ,strength: 0.5 }}  
	
});

sIFR.replace(caratteretitoli, {
	wmode:'transparent',
	selector: 'h2',
	css: [
		'.sIFR-root { letter-spacing: 0.3; }',
		'a { text-decoration: none; }',
		'a:link { color: #FFFFFF; }',
		'a:hover { color: #000000; }'
 	]
	//,filters: { DropShadow: { knockout: false ,distance: 1 ,color: '#330000' ,strength: 0.5 }}  
});

sIFR.replace(caratteretitoli, {
	wmode:'transparent',
	selector: 'h3',
	css: [
		'.sIFR-root { letter-spacing: 1.2; font-weight: bold; }',
		'a { text-decoration: none; }',
		'a:link { color: #000000; }',
		'a:hover { color: #FFFFFF; }'
 	]
	//,filters: { DropShadow: { knockout: false ,distance: 1 ,color: '#330000' ,strength: 0.5 }}
 });

sIFR.replace(caratteretitoli, { 
	tuneHeight:'-3',
	wmode:'transparent',
	selector: 'h4',
	css: [ 
		'.sIFR-root { letter-spacing: 1.2; font-weight: bold; }',
		'a { text-decoration: none; }',
		'a:link { color: #000000; }',
		'a:hover { color: #FFFFFF; }'
 	]
	//,filters: { DropShadow: { knockout: false ,distance: 1 ,color: '#330000' ,strength: 0.5 }}
 });