var _s1 = false;
var _s2 = false;

var _s1 = true;
var _s2 = true;

var _s_on = true; // debug - set to "false" to disable sIFR

_s1 &= _s_on;
_s2 &= _s_on;


var futura = {
  src: _templates_dir+ 'swf/futura.swf'
};

//sIFR.delayCSS = true;
if (_s_on) { 
sIFR.activate(futura);
}

// H1

if (_s1) sIFR.replace(futura, {
  selector: 'h1 span.sifr',
  css: { '.sIFR-root' : {'font-size' : '14px' , 'color' : '#7e330e'}
  },
  fitExactly: true,
  wmode: "transparent",
  offsetTop: -1,
  tuneHeight: -5,
  ratios: [6,0.24,7,0.21,8,0.18,10,0.16,11,0.13,12,0.12,13,0.11,15,0.1,17,0.09,19,0.08,22,0.07,26,0.06,32,0.05,41,0.04,58,0.03,97,0.02,0.01]
});

// H2

if (_s2) sIFR.replace(futura, {
  selector: 'h2 span.sifr',
  css: { '.sIFR-root' : {'font-size' : '12px' , 'color' : '#000000'}
  },
  fitExactly: true,
  wmode: "transparent",
  offsetTop: -1,
  tuneHeight: -5,
  ratios: [6,0.24,7,0.21,8,0.18,10,0.16,11,0.13,12,0.12,13,0.11,15,0.1,17,0.09,19,0.08,22,0.07,26,0.06,32,0.05,41,0.04,58,0.03,97,0.02,0.01]
});