var titel = {
  src: 'http://extranet.frontis.nl/klanten/daandeleeuw/web/swf/Mongolian.swf'
};  
var subtitel = {
  src: 'http://extranet.frontis.nl/klanten/daandeleeuw/web/swf/Mongolian.swf' 
};
var uitgelicht = {
  src: 'http://extranet.frontis.nl/klanten/daandeleeuw/web/swf/Mongolian.swf' 
};
var vervolg = {
  src: 'http://extranet.frontis.nl/klanten/daandeleeuw/web/swf/Mongolian.swf' 
};
var submenu = {
  src: 'http://extranet.frontis.nl/klanten/daandeleeuw/web/swf/Mongolian.swf' 
};
sIFR.activate(titel,subtitel, uitgelicht, vervolg);
sIFR.replace(titel, {
  selector: 'h1'
	,wmode: 'transparent'
	,css: {
      '.sIFR-root' : {'font-size': '30px','color': '#2a422c','margin': '0'}
	}
});
sIFR.replace(subtitel, {
  selector: 'h2'
	,wmode: 'transparent'
	,css: {
      '.sIFR-root' : {'font-size': '22px','color': '#7d2744','margin': '0'}
	}
});
sIFR.replace(uitgelicht, {
  selector: 'h3'
	,wmode: 'transparent'
	,css: {
      '.sIFR-root' : {'font-size': '17px','color': '#2a422c','margin': '0'}
	}
});
sIFR.replace(submenu, {
  selector: 'h4'
	,wmode: 'transparent'
	,css: {
      '.sIFR-root' : {'font-size': '22px','color': '#2a422c','margin': '0'}
	}
});
sIFR.replace(vervolg, {
  selector: 'h5'
	,wmode: 'transparent'
	,css: {
      '.sIFR-root' : {'font-size': '25px','color': '#7d2744','margin': '0'}
	}
});