
var cochin = { src: '/js/ITCA.swf' };

//sIFR.useStyleCheck = true;

// Next, activate sIFR:
sIFR.activate(cochin);

// replace blok roze h1
sIFR.replace(cochin, {
	selector: '.roze h1'
	,wmode: 'transparent'
	,css: [
	   '.sIFR-root { color: #ffffff;}'
	]
});
	
	// replace blok roze h1
	sIFR.replace(cochin, {
		selector: '.negatief h1'
		,wmode: 'transparent'
		,css: [
		   '.sIFR-root { color: #000000;}'
		]
	});
	
	//alle normale h1
	sIFR.replace(cochin, {
		selector: 'h1'
		,wmode: 'transparent'
		,css: [
		   '.sIFR-root { color: #d30547;}'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #d30547; }'
		  ,'a:hover { color: #000000; }'
		]
	});

// replace blok roze h2
sIFR.replace(cochin, {
	selector: '.roze h2'
	,wmode: 'transparent'
	,css: [
	   '.sIFR-root { color: #ffffff;}'
	    ,'.roze h2 a { text-decoration: none; }'
		,'.roze h2 a:link { color: #ffffff; }'
	  	,'.roze h2 a:hover { color: #000000; }'
	]
});

/*
sIFR.replace(cochin, {
	selector: '.link a'
	,wmode: 'transparent'
	,css: [
	   '.sIFR-root { color: #ffffff;}'
	    ,'a { text-decoration: none; }'
		,'a:link { color: #ffffff; }'
	  	,'a:hover { color: #000000; }'
	]
});


sIFR.replace(cochin, {
	selector: '.linkneg a'
	,wmode: 'transparent'
	,css: [
	   '.sIFR-root { color: #d30547;}'
	    ,'.linkneg a { text-decoration: none; }'
		,'.linkneg a:link { color: #ffffff; }'
	  	,'.linkneg a:hover { color: #ffffff; }'
	]
});

*/
//alle normale h2
sIFR.replace(cochin, {
	selector: '.submenu h2,h2.pink,.negatief h2'
	,wmode: 'transparent'
	,css: [
	   '.sIFR-root { color: #d30547;}'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #d30547; }'
	  ,'a:hover { color: #000000; }'
	]
});


//alle normale h2
sIFR.replace(cochin, {
	selector: 'h2'
	,wmode: 'transparent'
	,css: [
	   '.sIFR-root { color: #000000;}'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #000000; }'
	  ,'a:hover { color: #d30547; }'
	]
});
