// /////////////////////////////////////////////////
// H1 CONFIG
// /////////////////////////////////////////////////

var dinh1 = {
  src: 'schriften/din-futurabk-sifr3.swf'
};

sIFR.activate(dinh1); // From revision 209 and onwards
sIFR.useStyleCheck = true;
sIFR.replace(dinh1, {
selector: 'h1'
,wmode: 'transparent'
,offsetTop: '3px'
,css: [
      '.sIFR-root { color: #333333; }'
      ]
  });

// /////////////////////////////////////////////////
// H2 CONFIG
// /////////////////////////////////////////////////

var dinh2 = {
  src: 'schriften/din-futurahv-sifr3.swf'
 
};

sIFR.activate(dinh2);
sIFR.useStyleCheck = true;
sIFR.replace(dinh2, {
selector: 'h2'
,wmode: 'transparent'
,offsetTop: '-3px'
,tuneHeight: '-8px'

    ,css: [
      '.sIFR-root { color: #FFFFFF; }'
      ]
  });
  
// /////////////////////////////////////////////////
// H3 CONFIG
// /////////////////////////////////////////////////

var dinh3 = {
  src: 'schriften/din-rockwell-sifr3.swf'
 
};

sIFR.activate(dinh3);
sIFR.useStyleCheck = true;
sIFR.replace(dinh3, {
  selector: 'h3'
,wmode: 'transparent'
,offsetTop: '3px'

    ,css: [
      '.sIFR-root { color: #FFFFFF; }'
      ]
  });
