

var h1_type = { src: '/js/sIFR/h1_type.swf' };


sIFR.activate(h1_type);


sIFR.replace(h1_type, {
  selector: 'h1.big_title',
  css: '.sIFR-root {letter-spacing: -1;color:#444a57;}',
  tuneHeight: -2,
  wmode: 'transparent'
});

sIFR.replace(h1_type, {
  selector: 'h1.sm_title',
  css: '.sIFR-root {color:#444a57;}',
  tuneHeight: -2,
  wmode: 'transparent'
});

sIFR.replace(h1_type, {
  selector: 'h1.style_title',
  css: '.sIFR-root {color:#444a57;} .span{font-size:15px;color:#616161;}',
  tuneHeight: -2,
  wmode: 'transparent'
});

sIFR.replace(h1_type, {
  selector: 'h4',
  css: '.sIFR-root {color:#7c8089;}',
  tuneHeight: -2,
  wmode: 'transparent'
});

