/*
var fontin = 
{
  src: '/flash/fontin.swf'
};
*/
var fontin2 = 
{
  src: '/flash/fontin3.swf'
};

sIFR.activate(fontin2);
/*
sIFR.replace(fontin2, {  
	selector: '#home h2'
	,css: [
  	'.sIFR-root { color: #FFFFFF; background-color: #000000; }'
 	]
	,forceSingleLine: true
	,wmode: 'transparent'
	,tuneHeight: -7
	,tuneWidth: 2
	,offsetLeft: -1
});
*/
/*
sIFR.replace(fontin2, {  
	selector: '#home h2'
	,css: [
  	'.sIFR-root { color: #FFFFFF; background-color: #000000; }'
 	]
	,forceSingleLine: true
	,wmode: 'transparent'
	,tuneHeight: -7
	,tuneWidth: 2
	,offsetLeft: -1
});
*/
sIFR.replace(fontin2, {  
	selector: '#interna h1'
	,css: [
  	'.sIFR-root { color: #DF0030; background-color: #000000; font-size:24px;}'
 	]
	,forceSingleLine: true
	,wmode: 'transparent'
	,tuneHeight: -5
	,tuneWidth: 60
	,offsetLeft: 0
	,offsetTop: 2
});

sIFR.replace(fontin2, {  
	selector: '#interna h2'
	,css: [
  	'.sIFR-root { color: #FFFFFF; background-color: #000000;font-size:18px; }'
 	]
	,forceSingleLine: true
	,wmode: 'transparent'
	,tuneHeight: -6
	,tuneWidth: 60
	,offsetLeft: 0
	,offsetTop: 2
});

sIFR.replace(fontin2, {  
	selector: '#interna h3.sifr'
	,css: [
  	'.sIFR-root { color: #FFFFFF; background-color: #000000;font-size:22px; }'
 	]
	,forceSingleLine: true
	,wmode: 'transparent'
	,tuneHeight: -6
	,tuneWidth: 60
	,offsetLeft: 0
	,offsetTop: 2
});
