
var h1 = { src: '/sifr/universBD.swf' };
var header = { src: '/sifr/univers.swf' };

sIFR.activate(h1,header);

sIFR.replace(h1, {
  selector: 'div#phone',
  css: ['.sIFR-root { color: #EC3026; font-size:22px; text-align:left; }'], wmode: 'transparent'
});

sIFR.replace(header, {
  selector: 'p.header',
  css: ['.sIFR-root { color: #464646; font-size:23px; text-align:left; padding:0; margin:0; height:23px }'], wmode: 'transparent'
});

sIFR.replace(header, {
  selector: 'p.headerLG',
  css: ['.sIFR-root { color: #464646; font-size:33px; text-align:left; padding:0; margin:0; height:23px }'], wmode: 'transparent'
});

sIFR.replace(header, {
  selector: 'div.headerLG',
  css: ['.sIFR-root { color: #464646; font-size:35px; text-align:left; padding:0; margin:0; height:23px }'], wmode: 'transparent'
});

sIFR.replace(header, {
  selector: 'div#ph',
  css: ['.sIFR-root { color: #0044CC; font-size:30px; text-align:left; padding:0; margin:0; height:23px }'], wmode: 'transparent'
});

