var cronos = {
  src: '/flavoursofasia/english/sifr/cronos.swf'
};

var tiamaria = {
  src: '/flavoursofasia/english/sifr/tiamaria.swf'
};

//sIFR.useDomContentLoaded = true;

//sIFR.debug.ratios({ src: '/flavoursofasia/english/sifr/cronos.swf', selector: 'h3' });

sIFR.replace(cronos, {
  selector: '#document h2.replace'
    ,css: [
      '.sIFR-root { color: #42540a; font-weight: bold; }']
    ,tuneHeight:  '-6'
});

sIFR.replace(cronos, {
  selector: '#document h3.replace', ratios: [7,1.32,8,1.31,12,1.27,19,1.23,22,1.2,29,1.19,36,1.18,49,1.17,50,1.16,51,1.17,80,1.16,81,1.15,82,1.16,85,1.15,86,1.16,92,1.15,93,1.16,1.15]
    ,css: [
      '.sIFR-root { color: #42540a; font-weight: bold; }']
    ,tuneHeight:  '-6'
});

sIFR.replace(tiamaria, {
  selector: '#document h3.productTitle'
    ,css: [
      '.sIFR-root { color: #a3432b; font-weight: bold }']
    ,tuneHeight:  '-6'
});

sIFR.replace(tiamaria, {
  selector: '#document h3.pageHeader'
    ,css: [
      '.sIFR-root { color: #a3432b; font-weight: bold }']
    ,tuneHeight:  '-6'
});

sIFR.replace(tiamaria, {
  selector: '#document h4.categorySubHeader'
    ,css: [
      '.sIFR-root { color: #166b68; font-weight: bold }']
    ,tuneHeight:  '-6'
});

sIFR.replace(cronos, {
  selector: '#document span.subTitle'
    ,css: [
      '.sIFR-root { color: #6a6a6a; font-weight: bold }']
    ,tuneHeight:  '-6'
});

sIFR.replace(cronos, {
  selector: '#document h4.replace'
    ,css: [
      '.sIFR-root { color: #166b68; font-weight: bold; }']
    ,tuneHeight:  '-6'
});

sIFR.replace(cronos, {
  selector: '#document h4.family', wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #166b68; font-weight: bold; }']
    ,tuneHeight:  '-6'
});

sIFR.replace(cronos, {
  selector: '#document h5.replace'
    ,css: [
      '.sIFR-root { color: #166b68; font-weight: bold; }']
    ,tuneHeight:  '-6'
});



sIFR.activate(cronos); // From revision 209 and onwards
sIFR.activate(tiamaria); // From revision 209 and onwards