if(!old_ie)
{

//Configurazione sifr

//Prelevo il template
var fonts  = getCookie("web_tpl_ad")+'/sifr/fonts/';



//Prelevo il font
var PetitaMedium = { src:  fonts+'PetitaMedium.swf' };
var PetitaLight = { src:  fonts+'PetitaLight.swf' };
var PetitaBold = { src:  fonts+'PetitaBold.swf' };



//Inizializzo il font
sIFR.activate(PetitaMedium, PetitaLight, PetitaBold);


/*sIFR.replace(PetitaMedium, {
  selector: '#header .site',
    wmode: 'transparent',
	css: [
	'.sIFR-root {font-size:13px;}',	  
	'a {color: #659fbb;text-decoration: none; }'
	,'a:link {color: #659fbb;text-decoration: none;}'
	,'a:hover {color: #659fbb;}'
	]
});
*/
//FastNav
/*
sIFR.replace(PetitaMedium, {
  selector: ' #header .fastnav  ul li ',
    wmode: 'transparent',
	css: [
	'.sIFR-root {font-size:12px; }',	  
	'a {color: #878787;text-decoration: none;}'
	,'a:link {color: #878787;text-decoration: none;}'
	,'a:hover {color: #878787;}'
	]
});
*/

sIFR.replace(PetitaMedium, {
  selector: ' #header #slogan',
    wmode: 'transparent',
	css: [
	'.sIFR-root {font-size:19px;color: #78a4cb;}',	  
	'a {color: #78a4cb;text-decoration: none; }'
	,'a:link {color: #78a4cb;text-decoration: none;}'
	,'a:hover {color: #78a4cb;}'
	]
});

/*
sIFR.replace(PetitaLight, {
  selector: ' #menu_header ul li',
    wmode: 'transparent',
	css: [
	'.sIFR-root {font-size:13px;color: #ffffff;font-weight:normal;}',	  
	'a {color: #ffffff;text-decoration: none; }'
	,'a:link {color: #ffffff;text-decoration: none;}'
	,'a:hover {color: #ffffff;}'
	]
});
*/






sIFR.replace(PetitaMedium, {
  selector: '.mat h3',
    wmode: 'transparent',
	css: [
	'.sIFR-root {font-size:14px;color: #78a4cb; }',	  
	'a {color: #78a4cb;text-decoration: none; }'
	,'a:link {color: #78a4cb;text-decoration: none;}'
	,'a:hover {color: #78a4cb;}'
	]
});
}
