var signa = {
src: '/thema/djmvdp/flash/signa.swf'
,ratios: [7, 1.32, 9, 1.24, 13, 1.25, 16, 1.21, 22, 1.2, 23, 1.17, 25, 1.19, 27, 1.17, 32, 1.16, 33, 1.17, 42, 1.16, 47, 1.15, 48, 1.16, 58, 1.15, 59, 1.14, 63, 1.15, 64, 1.14, 65, 1.15, 71, 1.14, 72, 1.15, 103, 1.14, 104, 1.13, 110, 1.14, 112, 1.13, 115, 1.14, 119, 1.13, 121, 1.14, 1.13]
};

// sIFR.debug.ratios({ src: 'flash/signa.swf', selector: 'h1' }); // uitrekenen ratios

sIFR.useStyleCheck = true;
sIFR.activate(signa);

sIFR.replace(signa, {
 selector: 'h1'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:22px; color:#003162; }'
	,'a { text-decoration: none; color:#003162; }'
	,'a:link { color: #003162; }'
	,'a:hover { color: #CCCCCC; text-decoration:underline; }'
 ]
  ,wmode: 'transparent'
});

sIFR.replace(signa, {
 selector: 'h2'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:18px; color:#003162; }'
	,'a { text-decoration: none; color:#003162; }'
	,'a:link { color: #003162; }'
	,'a:hover { color: #003162; text-decoration:underline; }'
 ]
  ,wmode: 'transparent'
});

sIFR.replace(signa, {
 selector: 'h3'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:16px; color:#ffffff; background-color: #f7a722; }'
	,'a { text-decoration: none; color:#ffffff; }'
	,'a:link { color: #ffffff; }'
	,'a:hover { color: #CCCCCC; text-decoration:underline; }'
 ]
  ,wmode: 'transparent'
});
