var syntax = {
  src: '/sifr3/flash/syntax.swf',
	ratios: [7, 1.32, 11, 1.31, 12, 1.24, 16, 1.27, 19, 1.23, 24, 1.22, 33, 1.2, 37, 1.19, 38, 1.2, 46, 1.19, 50, 1.18, 51, 1.19, 74, 1.18, 75, 1.17, 77, 1.18, 81, 1.17, 82, 1.18, 87, 1.17, 88, 1.18, 93, 1.17, 94, 1.18, 1.17]
};

sIFR.activate(syntax);
//sIFR.debug.ratios({ src: '/sifr3/flash/syntax.swf', selector: '.hoofdpaginaactueel .header .headertekst' });


/* <H1> */ 
 sIFR.replace(syntax, {
 selector: '#home h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { font-weight: bold; letter-spacing: 0; color: #c71a84 }'
      ,'a { text-decoration: none; }'
      , 'a:link { color: #c71a84; }'
      , 'a:hover { color: #c71a84; }'
    ]
});

/* Subkoptekst */
sIFR.replace(syntax, {
    selector: '#home .subkoptekst'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { font-weight: bold; letter-spacing: 0; color: #c71a84 }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #c71a84; }'
      , 'a:hover { color: #c71a84; }'
    ]
});

/* <H1> */
sIFR.replace(syntax, {
selector: '#tong h1'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { font-weight: bold; letter-spacing: 0; color: #fb1820 }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #fb1820; }'
      , 'a:hover { color: #fb1820; }'
    ]
});

/* Subkoptekst */
sIFR.replace(syntax, {
    selector: '#tong .subkoptekst'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { font-weight: bold; letter-spacing: 0; color: #fb1820 }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #fb1820; }'
      , 'a:hover { color: #fb1820; }'
    ]
});

/* <H1> */
sIFR.replace(syntax, {
    selector: '#land h1'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { font-weight: bold; letter-spacing: 0; color: #c81385 }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #c81385; }'
      , 'a:hover { color: #c81385; }'
    ]
});

/* Subkoptekst */
sIFR.replace(syntax, {
    selector: '#land .subkoptekst'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { font-weight: bold; letter-spacing: 0; color: #c81385 }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #c81385; }'
      , 'a:hover { color: #c81385; }'
    ]
});

/* <H1> */
sIFR.replace(syntax, {
    selector: '#oorsprong h1'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { font-weight: bold; letter-spacing: 0; color: #fe7c18 }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #fe7c18; }'
      , 'a:hover { color: #fe7c18; }'
    ]
});

/* Subkoptekst */
sIFR.replace(syntax, {
selector: '#oorsprong .subkoptekst'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { font-weight: bold; letter-spacing: 0; color: #fe7c18 }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #fe7c18; }'
      , 'a:hover { color: #fe7c18; }'
    ]
});

/* <H1> */
sIFR.replace(syntax, {
    selector: '#kinderen h1'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { font-weight: bold; letter-spacing: 0; color: #0a3c90 }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #0a3c90; }'
      , 'a:hover { color: #0a3c90; }'
    ]
});

/* Subkoptekst */
sIFR.replace(syntax, {
selector: '#kinderen .subkoptekst'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { font-weight: bold; letter-spacing: 0; color: #0a3c90 }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #0a3c90; }'
      , 'a:hover { color: #0a3c90; }'
    ]
});

/* <H1> */
sIFR.replace(syntax, {
    selector: '#grenzeloze h1'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { font-weight: bold; letter-spacing: 0; color: #6eba1f }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #6eba1f; }'
      , 'a:hover { color: #6eba1f; }'
    ]
});

/* Subkoptekst */
sIFR.replace(syntax, {
selector: '#grenzeloze .subkoptekst'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { font-weight: bold; letter-spacing: 0; color: #6eba1f }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #6eba1f; }'
      , 'a:hover { color: #6eba1f; }'
    ]
});
