var sLight = { 
    src: flashPath+'light.swf'
};

var sNormal = { 
    src: flashPath+'normal.swf'
};

var sMedium = {
    src: flashPath+'medium.swf'
};

var sBold = {
    src: flashPath+'bold.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(sLight, sNormal, sMedium, sBold);


sIFR.replace(sLight, {
	    selector: '#conversie_blok1 h5'
	    ,css: ['.sIFR-root { color: #1e2171; font-size: 12px; text-align: left;}']
	    ,wmode: 'transparent'
		,selectable: false
	});

sIFR.replace(sLight, {
	    selector: '#conversie_blok2 h5'
	    ,css: ['.sIFR-root { color: #1e2171; font-size: 12px; text-align: center;}']
	    ,wmode: 'transparent'
		,selectable: false
	});

sIFR.replace(sLight, {
	    selector: '#conversie_blok3 h5'
	    ,css: ['.sIFR-root { color: #1e2171; font-size: 12px; text-align: right;}']
	    ,wmode: 'transparent'
		,selectable: false
	});


sIFR.replace(sLight, {
	    selector: '#searchPageForm h1'
	    ,css: ['.sIFR-root { color: #ffffff; font-size: 24px;}']
	    ,wmode: 'transparent'
		,selectable: false
	});

sIFR.replace(sLight, {
	    selector: '#content_header h1'
	    ,css: ['.sIFR-root { color: #ffffff; font-size: 28px; font-weight: normal; letter-spacing: 1;}', 'strong { font-weight: bold; }']
	    ,wmode: 'transparent'
		,selectable: false
		,filters: {
			GlowFilter: { 
				strength: 3, 
				blurY: 3, 
				blurX: 3, 
				inner: false, 
				color: '#3c3d59'
			}
		}

	});


sIFR.replace(sMedium, {
	    selector: '#content_header h2'
	    ,css: ['.sIFR-root { color: #ffffff; font-size: 24px;}']
	    ,wmode: 'transparent'
		,selectable: false
		,filters: {
			GlowFilter: { 
				strength: 3, 
				blurY: 3, 
				blurX: 3, 
				inner: false, 
				color: '#3c3d59'
			}
		}
	});

sIFR.replace(sLight, {
	    selector: 'div.sideblock_content h3'
	    ,css: ['.sIFR-root { font-size: 13px; color: #1e2171;}']
	    ,wmode: 'transparent'
		,selectable: false
	});

sIFR.replace(sNormal, {
	    selector: '.productOverview h1, #product_content h2,#product_content h3'
	    ,css: ['.sIFR-root { font-size: 28px; color: #1e2171;}']
	    ,wmode: 'transparent'
		,selectable: false
	});

sIFR.replace(sLight, {
	    selector: '#product_content h1'
	    ,css: ['.sIFR-root { font-size: 20px; color: #1e2171;} .sIFR-root strong { font-weight: bold;}']
	    ,wmode: 'transparent'
		,selectable: true
	});

sIFR.replace(sNormal, {
	    selector: '#zelfzorg_content h1'
	    ,css: ['.sIFR-root { font-size: 28px; color: #1e2171;}']
	    ,wmode: 'transparent'
		,selectable: true
	});

sIFR.replace(sBold, {
	    selector: '.color2 .info_2 h5'
	    ,css: ['.sIFR-root { color: #b47400; font-size: 14px; }']
	    ,wmode: 'transparent'
		,selectable: true
	});

sIFR.replace(sNormal, {
	    selector: '.info_1 h5'
	    ,css: ['.sIFR-root { color: #ffffff; font-size: 18px; }']
	    ,wmode: 'transparent'
		,selectable: true
	});

sIFR.replace(sNormal, {
    selector: '.info1Portrait strong.subtitle, .info1Landscape strong.subtitle'
    ,css: ['.sIFR-root { color: #ffffff; font-size: 14px; }']
    ,wmode: 'transparent'
	,selectable: true
});

sIFR.replace(sBold, {
	    selector: '.info_2 h5'
	    ,css: ['.sIFR-root { color: #ffffff; font-size: 14px; }']
	    ,wmode: 'transparent'
		,selectable: true
	});

sIFR.replace(sMedium, {
	    selector: '#related_products h5'
	    ,css: ['.sIFR-root { color: #050747; font-size: 14px; }']
	    ,wmode: 'transparent'
		,selectable: true
	});
	
sIFR.replace(sLight, {
	    selector: '#content_main_vak.faq h5'
	    ,css: ['.sIFR-root { color: #050747; font-size: 14px; }']
	    ,wmode: 'transparent'
		,selectable: true
	});

sIFR.replace(sLight, {
	    selector: '#product_overzicht h3'
	    ,css: ['.sIFR-root { font-size: 14px; color: #050747;}']
	    ,wmode: 'transparent'
		,selectable: true
	});


sIFR.replace(sMedium, {
	    selector: '.vangnet_content h5'
	    ,css: ['.sIFR-root { color: #ffffff; font-size: 14px; }',
			   'a { color:#ffffff; text-decoration: none; }',
			   'a:hover { color:#ffffff; text-decoration: none; }',
			   ]
	    ,wmode: 'transparent'
		,selectable: true
	});

function sifrVangnetContent(){
	sIFR.replace(sMedium, {
	    selector: '.vangnet_content h5'
	    ,css: ['.sIFR-root { color: #ffffff; font-size: 14px; }',
			   'a { color:#ffffff; text-decoration: none; }',
			   'a:hover { color:#ffffff; text-decoration: none; }',
			   ]
	    ,wmode: 'transparent'
		,selectable: true
	});  
}
	
sIFR.replace(sNormal, {
	    selector: '#buttonsDescription'
	    ,css: ['.sIFR-root { color: #FFFFFF; font-size: 14px; }' ]
	    ,wmode: 'transparent'
		,selectable: true
	});
	
sIFR.replace(sLight, {
    selector: 'div.homeTitle'
    ,css: ['.sIFR-root { color: #1e2171; font-size: 28px;}',
		   'a { color:#1e2171; text-decoration: none; }',
		   'a:hover { color:#1e2171; text-decoration: none; }',
		   ]
    ,wmode: 'transparent'
	,selectable: true
});

sIFR.replace(sLight, {
    selector: 'div.homeSubtitle'
    ,css: ['.sIFR-root { color: #1e2171; font-size: 24px;}',
		   'a { color:#1e2171; text-decoration: none; }',
		   'a:hover { color:#1e2171; text-decoration: none; }',
		   ]
    ,wmode: 'transparent'
	,selectable: true
});

sIFR.replace(sMedium, {
    selector: 'div#homeText'
    ,css: ['.sIFR-root { color: #1e2171; font-size: 14px; }',
		   'a { color:#1e2171; text-decoration: none; }',
		   'a:hover { color:#1e2171; text-decoration: none; }',
		   ]
    ,wmode: 'transparent'
	,selectable: true
});


	
function sifrPopup() {
	sIFR.replace(sLight, {
		    selector: '.popup_content h6'
		    ,css: ['.sIFR-root { color: #050747; font-size: 19px; }' ]
		    ,wmode: 'transparent'
			,selectable: true
		});
}
