var futura = {
  src: 'sifr/futura.swf'
};


//sIFR.forceWidth = true;
//sIFR.forceClear = true;
//sIFR.delayCss = true;

//sIFR.debug.ratios({ src: '/sifr/proxima.swf', selector: 'h2' });

sIFR.replace(futura, {
  selector: 'h1'
    ,css: [
      '.sIFR-root { color: #faa634; font-weight: bold; }']
});

sIFR.replace(futura, {
  selector: 'h2'
    ,css: [
      '.sIFR-root { color: #00315c; font-weight: bold; }']
});

sIFR.replace(futura, {
  selector: 'h3'
    ,css: [
      '.sIFR-root { color: #00315c; }']
    ,wmode: 'transparent'
});

sIFR.activate(futura); // From revision 209 and onwards
