// /////////////////////////////////////////////////
// H3 CONFIG
// /////////////////////////////////////////////////
sIFR.domains = ['*']
var akzih1 = {
  src: 'assets/templates/sifr/univers-ext.swf'
 
 }; 

sIFR.activate(akzih1);
sIFR.useStyleCheck = true;
sIFR.replace(akzih1, {
  selector: 'h3' 
,wmode: 'transparent'
,offsetTop: '3px'
,tuneHeight: '0px'
,antiAliasType: 'advanced'
,modifyContentString: function(s) { return s.toUpperCase(); } // change this function to uppercase the specific text.

    ,css: ['.sIFR-root { color: #e1131f; font-weight: bold;  }',
		   'a { color: #e1131f; cursor: pointer;}',
		   'a:link { color: #e1131f; text-decoration: none; }',
		   'a:hover { color: #e1131f; text-decoration: none; }' ]
  });
/*
// /////////////////////////////////////////////////
// H2 CONFIG
// /////////////////////////////////////////////////



var dinh2 = {
  src: 'assets/sifr/akzi-std-bold.swf'
 
};

sIFR.activate(dinh2);
sIFR.useStyleCheck = true;
sIFR.replace(dinh2, {
  selector: 'h2 , h4'
,wmode: 'transparent'
,offsetTop: '0px'
,tuneHeight: '-4px'

    ,css: ['.sIFR-root { color: #a1d8f6; }' ]
  });

// /////////////////////////////////////////////////
// H3 CONFIG
// /////////////////////////////////////////////////

var dinh3 = {
  src: 'assets/sifr/akzi-light.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(dinh3, {
  selector: 'sup'
,wmode: 'transparent'
,offsetTop: '0px'
,tuneHeight: '-4px'

    ,css: ['.sIFR-root { color: #b51d1c; }' ]
  });

// /////////////////////////////////////////////////
// H1 CONFIG
// /////////////////////////////////////////////////


/*
sIFR.replace(akzih1, {
  selector: 'sup'
,wmode: 'transparent'
,offsetTop: '0px'
,tuneHeight: '0px'
,antiAliasType: 'advanced'

    ,css: ['.sIFR-root { color: #111111; leading: 4; display: inline; }' ]
  });

/* sIFR.replace(akzih1, {
  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; }' ]
  });
*/
