var groottechniek = {
	src: './flash/groottechniek.swf'
	,ratios: [8,1.41,10,1.33,14,1.31,16,1.26,20,1.27,24,1.26,25,1.24,26,1.25,35,1.24,49,1.23,74,1.22,75,1.21,76,1.22,77,1.21,79,1.22,80,1.21,81,1.22,1.21]
	,wmode: 'transparent'
};



sIFR.fromLocal = true; 
//sIFR.fixHover = true;
//sIFR.debug.ratios({ src: './flash/groottechniek.swf', selector: 'h2.gray1' });

sIFR.activate(groottechniek);


// HEADERS

/* H2 */
sIFR.replace(groottechniek, {
    selector: 'h2.gray1'
    ,css: [
      '.sIFR-root { font-size: 22px; leading: -2; color: #020000; }'
      ,'a { text-decoration: none; color: #020000; }'
      ,'a:hover { text-decoration: none; color: #020000; }'
	]
});
sIFR.replace(groottechniek, {
    selector: 'h2.white'
    ,css: [
      '.sIFR-root { font-size: 22px; leading: -2; color: #ffffff; }'
      ,'a { text-decoration: none; color: #ffffff; }'
      ,'a:hover { text-decoration: none; color: #ffffff; }'
	]
});
sIFR.replace(groottechniek, {
    selector: 'h2.blue'
    ,css: [
      '.sIFR-root { font-size: 22px; leading: -2; color: #1f216d; }'
      ,'a { text-decoration: none; color: #1f216d; }'
      ,'a:hover { text-decoration: none; color: #1f216d; }'
	]
});

/* H3 */
sIFR.replace(groottechniek, {
    selector: 'h3.white'
    ,css: [
      '.sIFR-root { font-size: 16px; leading: -2; color: #ffffff; }'
      ,'a { text-decoration: none; color: #ffffff; }'
      ,'a:hover { text-decoration: none; color: #ffffff; }'
	]
});
sIFR.replace(groottechniek, {
    selector: 'h3.blue'
    ,css: [
      '.sIFR-root { font-size: 16px; leading: -2; color: #1f216d; }'
      ,'a { text-decoration: none; color: #1f216d; }'
      ,'a:hover { text-decoration: none; color: #1f216d; }'
	]
});