var auto = {
   src: ROOT_PATH+'flash/helvetica.swf'
   ,ratios: [8,1.43,11,1.38,13,1.33,17,1.32,21,1.3,29,1.29,30,1.28,33,1.27,34,1.28,43,1.27,46,1.26,47,1.27,64,1.26,67,1.25,68,1.26,109,1.25,110,1.24,1.25]
};

sIFR.delayCSS  = true;
/* sIFR does not work when opened straight from the local filesystem. You must load sIFR from a web server. */

// sIFR.domains = ['novemberborn.net'] // domain check
sIFR.activate(auto);

//sIFR.debug.ratios({ src: 'flash/helvetica.swf', selector: '#left h1' });

sIFR.replace(auto, {
  selector: '.title h1',
  css: [
    '.sIFR-root { color:#0092bc; font-size:29px; font-weight:normal;}',
	'.span		{ color:#005770;}'],
	wmode: 'transparent',
	fitExactly: true
});

sIFR.replace(auto, {
  selector: '.title h2',
  css: [
    '.sIFR-root { color:#0092bc; font-size:18px; font-weight:normal;}'],
	wmode: 'transparent',
	fitExactly: true
});

sIFR.replace(auto, {
  selector: '.content h2',
  css: [
    '.sIFR-root { color:#027fa3; font-size:28px; margin:0;}',
	'span		{ color:#ffffff;}'],
	wmode: 'transparent'
});

sIFR.replace(auto, {
  selector: '.blok_titel',
  css: [
    '.sIFR-root { color:#027fa3; font-size:16px; margin:0;}',
	'span		{ color:#ffffff;}'],
	wmode: 'transparent'
});
