// /////////////////////////////////////////////////
// H1 CONFIG
// /////////////////////////////////////////////////

var dinh1 = {
  src: 'schriften/din-chopin-sifr3.swf'
};

sIFR.activate(dinh1); // From revision 209 and onwards
sIFR.useStyleCheck = true;
sIFR.replace(dinh1, {
selector: 'h1'
,wmode: 'transparent'
,tuneHeight: '-2px'
,offsetTop: '3px'

    ,css: [
      '.sIFR-root { color: #557140; font-style: italic; }'
      ]
  });

// /////////////////////////////////////////////////
// H2 CONFIG
// /////////////////////////////////////////////////

var dinh2 = {
  src: 'schriften/din-times-sifr3.swf'
 
};

sIFR.activate(dinh2);
sIFR.useStyleCheck = true;
sIFR.replace(dinh2, {
selector: 'h2'
,wmode: 'transparent'
,offsetTop: '3px'

    ,css: [
      '.sIFR-root { color: #435a40; font-style: italic; }'
      ]
  });