
var univers = {
  src: '/_flash/univers.swf'
};

sIFR.fitExactly = true;
sIFR.activate(univers);

sIFR.replace(univers, {
  fixFocus: true,
  selector: 'h2.sifr',
  css: ['.sIFR-root { font-weight: bold; font-size: 18px; color: #000000; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid #ef3d23;'  
  	  ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
	  ,'a:hover { text-decoration:underline; color: #000000; }'
	],
  wmode: 'transparent'
});

sIFR.replace(univers, {
  fixFocus: true,
  selector: 'h3.sifr',
  css: ['.sIFR-root { font-weight: bold; font-size: 16px; color: #000000; text-transform: uppercase; text-decoration: none;  border-bottom: 1px solid #ef3d23;'   
  	  ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
	  ,'a:hover { text-decoration:underline; color: #000000; }'
	],
  wmode: 'transparent'
});

sIFR.replace(univers, {
  fixFocus: true,
  selector: 'h4.sifr',
  css: ['.sIFR-root { font-weight: bold; font-size: 16px; color: #000000; text-decoration: none;  border-bottom: 1px solid #ef3d23;'  
  	  ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
	  ,'a:hover { text-decoration:underline; color: #000000; }'
	],
  wmode: 'transparent'
});

sIFR.replace(univers, {
  fixFocus: true,
  selector: 'h5.sifr, h6.sifr',
  css: ['.sIFR-root { font-weight: bold; font-size: 14px; color: #000000; text-decoration: none;  border-bottom: 1px solid #ef3d23;'   
  	  ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
	  ,'a:hover { text-decoration:underline; color: #000000; }'
	],
  wmode: 'transparent'
});


sIFR.replace(univers, {
  fixFocus: true,
  selector: 'h1.sifr',
  css: ['.sIFR-root { font-weight: bold; font-size: 24px; color: #000000; text-transform: uppercase; text-decoration: none;  border-bottom: 1px solid #ef3d23;'   
  	  ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
	  ,'a:hover { text-decoration: underline; color: #000000; }'
	],
  wmode: 'transparent'
});
