var cochin = {
  src: '/templates/default/sifr.swf'
};


sIFR.activate();

sIFR.replace(cochin, {
  selector: 'h4', 
  css: { '.sIFR-root' : {'font-size' : '14px' , 'color' : '#000000', 'font-weight' : 'bold'},
         '.noBold' : {'font-weight' : 'normal'}
  },
  fitExactly: true,

  wmode: "transparent",

  offsetTop: 5,

  tuneHeight: 10,
  tuneWidth: 15,
  thickness: 100,
  sharpness: -100,
  ratios: [8,1.41,11,1.31,15,1.29,21,1.25,22,1.22,27,1.24,28,1.23,34,1.22,46,1.21,50,1.2,51,1.21,70,1.2,72,1.19,74,1.2,78,1.19,79,1.2,83,1.19,84,1.2,1.19]
});

sIFR.replace(cochin, {
  selector: 'h5', 
  css: { '.sIFR-root' : {'font-size' : '12px' , 'color' : '#000000', 'font-weight' : 'bold', 'text-align' : 'right'},
         '.noBold' : {'font-weight' : 'normal'}
  },
  fitExactly: false,

  wmode: "transparent",
  textAlign: "right",
  offsetTop: 5,
  offsetLeft: -20,
  tuneHeight: 10,
  tuneWidth: 15,
  thickness: 100,
  sharpness: -100,
  ratios: [8,1.41,11,1.31,15,1.29,21,1.25,22,1.22,27,1.24,28,1.23,34,1.22,46,1.21,50,1.2,51,1.21,70,1.2,72,1.19,74,1.2,78,1.19,79,1.2,83,1.19,84,1.2,1.19]
});


sIFR.replace(cochin, {
  selector: 'h6', 
  css: { '.sIFR-root' : {'font-size' : '10px' , 'color' : '#000000', 'font-weight' : 'bold', 'text-transform' : 'uppercase'}
  },
  fitExactly: true,

  wmode: "transparent",

  offsetTop: 5,

  tuneHeight: 0,
  tuneWidth: 15,
  thickness: 100,
  sharpness: -100,
  ratios: [8,1.41,11,1.31,15,1.29,21,1.25,22,1.22,27,1.24,28,1.23,34,1.22,46,1.21,50,1.2,51,1.21,70,1.2,72,1.19,74,1.2,78,1.19,79,1.2,83,1.19,84,1.2,1.19]
});
