//var font01 = { src: 'http://www.ds-communicatie.be/sifr/fonts/font01.swf' };

var font01 = { src: 'http://server1.computerkliniek.be/~dscom/sifr/fonts/font01.swf' };



sIFR.activate(font01);



sIFR.replace(font01, {

  selector: 'h1.titel',

  css: '.sIFR-root { color: #ebe8e1; font-size: 24px; font-weight:bold; }'

  ,filters: {

        DropShadow: {

           distance: 2

          ,color: '#615c56'

          ,strength: 2

          ,alpha: .5

        }

      }

 /* css: [ '.sIFR-root {background-color: #fcfcf4;}' ]*/

 ,wmode: 'transparent'

});



sIFR.replace(font01, {

  selector: 'h1.slogan',

  css: '.sIFR-root { color: #111111; font-size: 24px; font-weight:bold; }'

 ,wmode: 'transparent'

});



sIFR.replace(font01, {

  selector: 'h2',

  css: '.sIFR-root { color: #ebe8e1; font-size: 20px; font-weight:bold; }',

 wmode: 'transparent'

});



sIFR.replace(font01, {

  selector: 'h3',

  css: '.sIFR-root { color: #ebe8e1; font-size: 16px; font-weight:bold; }',

 wmode: 'transparent'

});



sIFR.replace(font01, {

  selector: 'h4',

  css: '.sIFR-root { color: #131212; font-size: 14px; font-weight:bold; }',

 wmode: 'transparent'

});
