var h1_type = { src: '/js/sIFR/h1_type.swf' };
var h2_type = { src: '/js/sIFR/h2_type.swf' };
var h4_type = { src: '/js/sIFR/h4_type.swf' };

sIFR.activate(h1_type, h2_type, h4_type);

sIFR.replace(h1_type, {
  selector: 'h1',
  css: '.sIFR-root {color: #349ebe;font-size:31px;padding-botom:30px;}',
  tuneHeight: -3,
  wmode: 'transparent'
});

sIFR.replace(h2_type, {
  selector: 'h2',
  css: '.sIFR-root {text-align:center;font-size:22px;color:#002336;}',
  tuneHeight: -3,
  wmode: 'transparent'
});

sIFR.replace(h4_type, {
  selector: 'h4',
  css: '.sIFR-root {text-align:left;font-size:22px;color:#002336;}',
  tuneHeight: -3,
  wmode: 'transparent'
});
