// JavaScript Document

var sifr = {
	src: flashPath+'museo.swf'
};
					
sIFR.useStyleCheck = true;				
sIFR.activate(sifr);


sIFR.replace(sifr, {
		selector: '#slider h2'
		,css: [
		  '.sIFR-root { color: #ffffff;}'
		]
		,wmode: 'transparent'
	});
	
	sIFR.replace(sifr, {
		selector: '#right_column h3'
		,css: [
		  '.sIFR-root { color: #ffffff;}'
		]
		,wmode: 'transparent'
	});
						
	sIFR.replace(sifr, {
		selector: '#kerstpakket_content h1, #kerstpakket_content h3, #kerstpakket_content h6'
		,css: [
		  '.sIFR-root { color: #3e8225;}'
		]
		,wmode: 'transparent'
	});
	
	sIFR.replace(sifr, {
		selector: '#kerstpakket_content h2'
		,css: [
		  '.sIFR-root { color: #000000;}'
		]
		,wmode: 'transparent'
	});
	
	sIFR.replace(sifr, {
		selector: '#vergelijkbaar h4'
		,css: [
		  '.sIFR-root { color: #cc1713;}'
		]
		,wmode: 'transparent'
	});
	
	sIFR.replace(sifr, {
		selector: '#vergelijkbaar h2'
		,css: [
		  '.sIFR-root { color: #ffffff;}'
		]
		,wmode: 'transparent'
	});
	
	sIFR.replace(sifr, {
		selector: '#right_column h3'
		,css: [
		  '.sIFR-root { color: #ffffff;}'
		]
		,wmode: 'transparent'
	});
	
	sIFR.replace(sifr, {
		selector: '#vergelijk_header h1'
		,css: [
		  '.sIFR-root { color: #3e8225;}'
		]
		,wmode: 'transparent'
	});
	sIFR.replace(sifr, {
		selector: '#content h2'
		,css: [
		  '.sIFR-root { color: #3e8225;}'
		]
		,wmode: 'transparent'
	});
	sIFR.replace(sifr, {
		selector: '#content h1'
		,css: [
		  '.sIFR-root { color: #3e8225;}'
		]
		,wmode: 'transparent'
	});
	sIFR.replace(sifr, {
		selector: 'h2'
		,css: [
		  '.sIFR-root { color: #CC1713;}'
		]
		,wmode: 'transparent'
	});	
	sIFR.replace(sifr, {
		selector: 'h3'
		,css: [
		  '.sIFR-root { color: #3E8225;}'
		]
		,wmode: 'transparent'
	});
	
	function applySifr() {					
		sIFR.replace(sifr, {
			selector: '#results h4'
			,css: [
			  '.sIFR-root { color: #cc1713;}'
			]
			,wmode: 'transparent'
		});				
	}
	
	function applySifrForArticle() {			
		sIFR.replace(sifr, {
			selector: '#popUpSmallArticleTitle'
			,css: [
			  '.sIFR-root { color: #333333;}'
			]
			,wmode: 'transparent'
		});				
	}
	
	function applySifrForPopUpArticle() {			
		sIFR.replace(sifr, {
			selector: '#popUpArticleTitle'
			,css: [
			  '.sIFR-root { color: #cc1713;}'
			]
			,wmode: 'transparent'
		});				
	}
	
	function applyTop10Sifr() {
		sIFR.replace(sifr, {
			selector: '.carousel-list h4'
			,css: [
			  '.sIFR-root { color: #cc1713; text-decoration: none;} .sIFR-root a { color: #cc1713; text-decoration: none;} .sIFR-root a:hover { color: #cc1713; text-decoration: none;}'
			]
			,wmode: 'transparent'
		});
	}