var sifrText = {  
	src: '/uploads/template/js/sifr/bickley.swf'
	,ratios: [6, 1.08, 7, 1.07, 12, 0.99, 18, 0.96, 20, 0.92, 25, 0.93, 26, 0.9, 31, 0.91, 32, 0.89, 40, 0.9, 49, 0.89, 56, 0.88, 57, 0.89, 78, 0.88, 81, 0.87, 82, 0.88, 84, 0.87, 85, 0.88, 0.87]
};  
   
var sifrTextMelior = {  
	src: '/uploads/template/js/sifr/melior.swf'
	,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
};
   
sIFR.useStyleCheck = true;
sIFR.activate(sifrText);
sIFR.activate(sifrTextMelior);

/*
sIFR.debug.ratios(sifrTextMelior, {
	selector: 'h3'
});
*/
  
sIFR.replace(sifrText, {  
   selector: '.sifrText'
   ,wmode: 'transparent'  
   ,css: [
	   ,'.sIFR-root { font-weight: bold; color:#000000; font-size:34px; letter-spacing:-2; }'
       ,'a { color: #000000; }'  
       ,'a:link { color: #000000; text-decoration:none; }'  
       ,'a:hover { color: #000000; text-decoration:none; }'  
  ]  
}); 

sIFR.replace(sifrText, {  
   selector: '.sifrTextLink'
   ,wmode: 'transparent'  
   ,css: [
	   ,'.sIFR-root { font-weight: bold; ; font-size:30px; letter-spacing:-2.5; font-weight:bold; }'
       ,'a { color: #000000; text-decoration:none; }'  
       ,'a:link { color: #000000;  }'  
       ,'a:hover { color: #c70a0f; }'  
  ]  
}); 


sIFR.replace(sifrTextMelior, {  
   selector: 'h1'
   ,wmode: 'transparent'  
   ,css: [
	   ,'.sIFR-root { font-weight:normal; font-size:45px; color:#c70a0f; leading:8; letter-spacing:-1; }'
       ,'a { color: #c70a0f; text-decoration:none; }'  
       ,'a:link { color: #c70a0f;  }'  
       ,'a:hover { color: #c70a0f; }'  
  ]  
}); 

sIFR.replace(sifrTextMelior, {  
   selector: 'h3'
   ,wmode: 'transparent'  
   ,css: [
	   ,'.sIFR-root { font-weight:normal; font-size:18px; color:#1b2840; leading:9; letter-spacing:-0.5; }'
       ,'a { color: #384662; text-decoration:none; }'  
       ,'a:link { color: #384662;  }'  
       ,'a:hover { color: #384662; }'  
  ]
  ,offsetTop:3
}); 