var univers_55 = { src: rootFolder+'/js/flashText/univers_55.swf' };
var univers_45Light = { src: rootFolder+'/js/flashText/univers_45Light.swf' };


// Title Footer
sIFR.activate(univers_55, univers_45Light);

sIFR.replace(univers_55, {
  selector: '#footerContent h5',
  css: '.sIFR-root { color:#FFFFFF; font-size:11px; }',
  transparent: true
});


// Subtitle Home
sIFR.replace(univers_55, {
  selector: '#homeContent h4',
  css: '.sIFR-root { color:#222222; font-size:12px; font-weight:bold; }',
  transparent: true
});



//Titles for homepage
sIFR.replace(univers_45Light, {
  selector: '#homeContent h3',
  css: '.sIFR-root { color:#555555; font-size:22px; }',
  transparent: true
});

//Titles for whole pages
sIFR.replace(univers_45Light, {
  selector: '#breadcumb h2',
  css: '.sIFR-root { color:#67514a; font-size:30px; }',
  transparent: true
});


// Search title
sIFR.replace(univers_55, {
  selector: '#title h4',
  css: '.sIFR-root { color:#67514a; font-size:12px; font-weight:bold; }',
  transparent: true
});

//Titles for whole pages
sIFR.replace(univers_45Light, {
  selector: 'h1.mainTitle',
  css: '.sIFR-root { color:#67514a; font-size:30px; }',
  transparent: true
});
