// /////////////////////////////////////////////////
// H1 CONFIG
// /////////////////////////////////////////////////

var dinh1 = {
  src: 'schriften/vista-medium-sifr3.swf'
 
 }; 

sIFR.activate(dinh1);
sIFR.useStyleCheck = true;
sIFR.replace(dinh1, {
  selector: 'h1' 
,wmode: 'transparent'
,offsetTop: '6px'
,tuneHeight: '1px'
,antiAliasType: 'advanced'

    ,css: ['.sIFR-root { color: #222222; leading: 4; }' ]
  });

// /////////////////////////////////////////////////
// H2 CONFIG
// /////////////////////////////////////////////////

var dinh2 = {
  src: 'schriften/vista-medium-sifr3.swf'
 
};

sIFR.activate(dinh2);
sIFR.useStyleCheck = true;
sIFR.replace(dinh2, {
  selector: 'h2'
,wmode: 'transparent'
,offsetTop: '0px'
,tuneHeight: '-4px'
,modifyContentString: function(s) { return s.toUpperCase(); }

    ,css: ['.sIFR-root { color: #b51d1c; }' ]
  });

// /////////////////////////////////////////////////
// H3 CONFIG
// /////////////////////////////////////////////////

var dinh3 = {
  src: 'schriften/vista-medium-sifr3.swf'
 
};

sIFR.activate(dinh3);
sIFR.useStyleCheck = true;
sIFR.replace(dinh3, {
  selector: 'h3'
,wmode: 'transparent'
,offsetTop: '0px'
,tuneHeight: '-4px'
    ,css: [
      '.sIFR-root { color: #333333; }'
          ]
  });

// /////////////////////////////////////////////////
// H1 CONFIG
// /////////////////////////////////////////////////


sIFR.replace(dinh2, {
  selector: '.ascanacontent h2'
,wmode: 'transparent'
,offsetTop: '0px'
,tuneHeight: '-4px'
,modifyContentString: function(s) { return s.toUpperCase(); } // change this function to uppercase the specific text.

    ,css: ['.sIFR-root { color: #b51d1c; }' ]
  });

// /////////////////////////////////////////////////
// H1 CONFIG
// /////////////////////////////////////////////////



sIFR.replace(dinh1, {
  selector: 'sup'
,wmode: 'transparent'
,offsetTop: '0px'
,tuneHeight: '0px'
,antiAliasType: 'advanced'

    ,css: ['.sIFR-root { color: #111111; leading: 4; display: inline; }' ]
  });

/* sIFR.replace(dinh1, {
  selector: '.pp , .ppa'
,wmode: 'transparent'
,offsetTop: '0px'
,tuneHeight: '0px'
,antiAliasType: 'advanced'
,tuneWidth: '18px'
,repaintOnResize: 'true'

    ,css: ['.sIFR-root { color: #111111; cursor: pointer;  }',
		   'a { color: #333333; text-align: center; }',
		   'a:link { color: #00ff00; text-decoration: underline; }',
		   'a:hover { color: #ff0000; text-decoration: underline; }' ]
  });
*/