/*--------------------------------------------------------------------
sifr config file - Frontoffice

Version: 1.0
Copyright: 2009, dicode® VOF - understanding internet
W: www.dicode.nl
E: info@dicode.nl
T: 0570-750680
--------------------------------------------------------------------*/

var alternatemedium = {
    src: siteurl+'js/sifr/swf/DINAlternateMedium.swf'
  };

var alternatebold = {
    src: siteurl+'js/sifr/swf/DINAlternateBold.swf'
  };

var themix = {
    src: siteurl+'js/sifr/swf/TheMix3LightItalic.swf'
  };

sIFR.activate(alternatebold, alternatemedium, themix);
sIFR.fitExactly = true;

sIFR.replace(alternatemedium, {
    selector: 'h1',
	wmode: 'transparent',
	css: [
      '.sIFR-root { color: #b02311; background-color: none; font-size: 20px; }'
    ]
  }); 

sIFR.replace(alternatemedium, {
    selector: 'h2',
	wmode: 'transparent',
	css: [
      '.sIFR-root { color: #99a100; background-color: none; font-size: 20px; }'
    ]
  });
  

sIFR.replace(themix, {
    selector: 'h5',
	wmode: 'transparent',
	css: [
      '.sIFR-root { color: #ffffff; background-color: none; font-size: 30px; }'
    ],
    filters: {
        DropShadow: {
           distance: 1
          ,color: '#000000'
          ,strength: 2
          ,alpha: .5
        }
      }

  });
