var _s1 = false;
var _s2 = false;
var _s3 = false;
var _s4 = false;
var _s5 = false;

var _s1 = true;
var _s2 = true;
var _s3 = true;
var _s4 = true;
var _s5 = true;

var _s_on = 1; // debug - set to "false" or 0 to disable sIFR

_s1 &= _s_on;
_s2 &= _s_on;
_s3 &= _s_on;
_s4 &= _s_on;
_s5 &= _s_on;



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

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

//sIFR.delayCSS = true;
if (_s_on) sIFR.activate(times);
if (_s_on) sIFR.activate(asturias);

// CONTENT

if (_s1) sIFR.replace(times, {
  selector: '#content h1',
  css: { '.sIFR-root' : {'font-size' : '15px' , 'color' : '#ffffff', 'font-weight' : 'normal'}
  },
  fitExactly: true,
  wmode: "transparent",
  offsetTop: -1,
  tuneHeight: -6,
  thickness: -120,
  sharpness: 50,
  ratios: [10,1.32,16,1.27,19,1.23,25,1.22,30,1.21,32,1.19,33,1.2,37,1.19,38,1.2,51,1.19,55,1.18,56,1.19,84,1.18,86,1.17,88,1.18,89,1.17,90,1.18,93,1.17,94,1.18,1.17]
});

// LEFT

if (_s2) sIFR.replace(times, {
  selector: '#left h1',
  css: { '.sIFR-root' : {'font-size' : '13px' , 'color' : '#ffffff', 'font-weight' : 'normal'}
  },
  fitExactly: true,
  wmode: "transparent",
  offsetTop: -1,
  tuneHeight: -6,
  thickness: -120,
  sharpness: 50,
  ratios: [10,1.32,16,1.27,19,1.23,25,1.22,30,1.21,32,1.19,33,1.2,37,1.19,38,1.2,51,1.19,55,1.18,56,1.19,84,1.18,86,1.17,88,1.18,89,1.17,90,1.18,93,1.17,94,1.18,1.17]
});

// LEFT MENUE + CART HEADERS

if (_s3) sIFR.replace(times, {
  selector: '.left-menu ul li span, #content h2.s',
  css: { '.sIFR-root' : {'font-size' : '13px' , 'color' : '#ffffff', 'font-weight' : 'normal'},
           'a' : {'color' : '#fffff', 'text-decoration' : 'none'},
           'a:hover' : {'color' : '#fffff', 'text-decoration' : 'underline'}
  },
  fitExactly: true,
  wmode: "transparent",
  offsetTop: -1,
  tuneHeight: -6,
  thickness: -120,
  sharpness: 50,
  ratios: [10,1.32,16,1.27,19,1.23,25,1.22,30,1.21,32,1.19,33,1.2,37,1.19,38,1.2,51,1.19,55,1.18,56,1.19,84,1.18,86,1.17,88,1.18,89,1.17,90,1.18,93,1.17,94,1.18,1.17]
});

// TITLE

if (_s4) sIFR.replace(asturias, {
  selector: '#title',
  css: { '.sIFR-root' : {'font-size' : '48px' , 'color' : '#ffffff', 'font-weight' : 'normal'}
  },
  fitExactly: true,
  wmode: "transparent",
  offsetTop: -15,
  tuneHeight: -6,
  thickness: 100,
  sharpness: 0,
  ratios: [10,1.32,16,1.27,19,1.23,25,1.22,30,1.21,32,1.19,33,1.2,37,1.19,38,1.2,51,1.19,55,1.18,56,1.19,84,1.18,86,1.17,88,1.18,89,1.17,90,1.18,93,1.17,94,1.18,1.17]
});
