




var h1_type = { src: '/js/sIFR/h1_type.swf' };
var h2_type = { src: '/js/sIFR/h2_type.swf' };


// this is for the admin section only //
var backend = { src: '/js/sIFR/backend_ifr.swf' };


sIFR.activate(h1_type, h2_type, backend);



sIFR.replace(h1_type, {
  selector: 'h1',
  css: '.sIFR-root {color: #934200;leading:6;margin-bottom:3px;}',
  tuneHeight: -3,
  wmode: 'transparent'
});

sIFR.replace(h2_type, {
  selector: 'h2',
  css: '.sIFR-root {color: #934200;},.span {color:#b47c4e;}',
  tuneHeight: -3,
  wmode: 'transparent'
});





// this is for the admin section only //
sIFR.replace(backend, {
  selector: 'h3',
  css: '.sIFR-root {color: #8E9495;text-transform:uppercase;leading:-9;},.span{color:#525C5D;}',
  ratios: [8, 1.06, 18, 1.05, 27, 1.08, 34, 1.09, 35, 1.1, 44, 1.09, 45, 1.1, 54, 1.09, 57, 1.1, 59, 1.09, 68, 1.1, 69, 1.09, 78, 1.1, 79, 1.09, 1.1],
  tuneHeight: -6,
  wmode: 'transparent'
});
