var signa = {
src: 'http://www.horesca-actie.nl/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] 
};

var signaBold = {
src: 'http://www.horesca-actie.nl/flash/signaBold.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.useStyleCheck = true;
sIFR.activate(signa, signaBold);

// heading met een class moeten eerst!!!
sIFR.replace(signa, {
 selector: 'h5.menuHeading'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:12px; color:#1d1563; }'
	,'a { text-decoration: none; color:#ffffff; }'
	,'a:link { color: #ffffff; }'
	,'a:hover { color: #d8b511; text-decoration:none; }'
 ]
});

// standaard vervangingen
sIFR.replace(signa, {
 selector: 'h1'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:22px; color:#1c146b;}'
	,'a { text-decoration: none; color:#003162; }'
	,'a:link { color: #003162; }'
	,'a:hover { color: #CCCCCC; text-decoration:underline; }'
 ]
});

sIFR.replace(signa, {
 selector: 'h2'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:22px; color:#61AF19; }'
	,'a { text-decoration: none; color:#003162; }'
	,'a:link { color: #003162; }'
	,'a:hover { color: #003162; text-decoration:underline; }'
 ]
});

sIFR.replace(signa, {
 selector: 'h3'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:18px; color:#1c146b; }'
	,'a { text-decoration: none; color:#ffffff; }'
	,'a:link { color: #ffffff; }'
	,'a:hover { color: #CCCCCC; text-decoration:underline; }'
 ]
});

sIFR.replace(signaBold, {
 selector: 'h4'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:22px; color:#1d1563; }'
	,'a { text-decoration: none; color:#ffffff; }'
	,'a:link { color: #ffffff; }'
	,'a:hover { color: #CCCCCC; text-decoration:underline; }'
 ]
});

sIFR.replace(signaBold, {
 selector: 'h5'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:15px; color:#1d1563; margin-left:5px; }'
	,'a { text-decoration: none; color:#ffffff; }'
	,'a:link { color: #ffffff; }'
	,'a:hover { color: #d8b511; text-decoration:none; }'
 ]
});

sIFR.replace(signaBold, {
 selector: 'h6'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:12px; color:#61af19; margin-left:5px; }'
	,'a { text-decoration: none; color:#ffffff; }'
	,'a:link { color: #ffffff; }'
	,'a:hover { color: #d8b511; text-decoration:none; }'
 ]
});












