var theMix = {
src: '_flash/theMix.swf'
,ratios: [9, 1.27, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 53, 1.11, 60, 1.1, 61, 1.11, 94, 1.1, 96, 1.09, 101, 1.1, 102, 1.09, 103, 1.1, 108, 1.09, 110, 1.1, 1.09] // uitzetten bij herberekening 
};

var theSans = {
src: '_flash/theSans.swf'
,ratios: [9, 1.27, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 53, 1.11, 60, 1.1, 61, 1.11, 94, 1.1, 96, 1.09, 101, 1.1, 102, 1.09, 103, 1.1, 108, 1.09, 110, 1.1, 1.09] // uitzetten bij herberekening 
};

// sIFR.debug.ratios({ src: 'flash/theMix.swf', selector: 'h1' }); // uitrekenen ratios, is alleen voor h1, je kunt dus per H-tag een nieuwe variabele met eigen ratios kunnen berekenen.
// sIFR.debug.ratios({ src: 'flash/theSans.swf', selector: 'h4' });


sIFR.useStyleCheck = true;
sIFR.activate(theMix,theSans);


// de menu items, moet eerst!
sIFR.replace(theSans, {
 selector: 'h5.menuHeading'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:12px; color:#ec732c; }'
	,'a { text-decoration: none; color:#ffffff; }'
	,'a:link { color: #ffffff; }'
	,'a:hover { color: #ffffff; text-decoration:none; }'
 ]
});
sIFR.replace(theSans, {
 selector: 'h5.menuHeadinglast'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:12px; color:#ec732c; }'
	,'a { text-decoration: none; color:#ffffff; }'
	,'a:link { color: #ffffff; }'
	,'a:hover { color: #ffffff; text-decoration:none; }'
 ]
});
sIFR.replace(theMix, {
 selector: 'h5.menuHeadingtop'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:12px; color:#ec732c; }'
	,'a { text-decoration: none; color:#ffffff; }'
	,'a:link { color: #ffffff; }'
	,'a:hover { color: #000000; text-decoration:none; }'
 ]
});

// standaard vervangingen
sIFR.replace(theMix, {
 selector: 'h1'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:25px; color:#0c3188; font-weight:normal; padding-top:30px; padding-bottom:12px; }'
	,'a { text-decoration: none; color:#003162; }'
	,'a:link { color: #003162; }'
	,'a:hover { color: #CCCCCC; text-decoration:underline; }'
 ]
});

sIFR.replace(theMix, {
 selector: 'h2.whiteheading'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:18px; color:#ffffff; }'
	,'a { text-decoration: none; color:#003162; }'
	,'a:link { color: #003162; }'
	,'a:hover { color: #003162; text-decoration:underline; }'
 ]
});

sIFR.replace(theMix, {
 selector: 'h2'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:18px; color:#0c3188; }'
	,'a { text-decoration: none; color:#003162; }'
	,'a:link { color: #003162; }'
	,'a:hover { color: #003162; text-decoration:underline; }'
 ]
});

sIFR.replace(theMix, {
 selector: 'h3'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:14px; color:#0c3188; }'
	,'a { text-decoration: none; color:#ffffff; }'
	,'a:link { color: #ffffff; }'
	,'a:hover { color: #CCCCCC; text-decoration:underline; }'
 ]
});

sIFR.replace(theSans, {
 selector: 'h4'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:22px; color:#ec732c; }'
	,'a { text-decoration: none; color:#ffffff; }'
	,'a:link { color: #ffffff; }'
	,'a:hover { color: #CCCCCC; text-decoration:underline; }'
 ]
});

sIFR.replace(theSans, {
 selector: 'h5'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:15px; color:#ec732c; margin-left:5px; }'
	,'a { text-decoration: none; color:#ffffff; }'
	,'a:link { color: #ffffff; }'
	,'a:hover { color: #d8b511; text-decoration:none; }'
 ]
});

sIFR.replace(theSans, {
 selector: 'h6'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:12px; color:#ec732c; margin-left:5px; }'
	,'a { text-decoration: none; color:#ffffff; }'
	,'a:link { color: #ffffff; }'
	,'a:hover { color: #d8b511; text-decoration:none; }'
 ]
});












