var centurygothic = { src: 'fileadmin/elegance-health-centre.nl/flash/centurygothic.swf' };
sIFR.activate(centurygothic);

sIFR.replace(centurygothic, {
	selector: '#content h1'
	,css: [
		'.sIFR-root { color:#000000;text-transform:uppercase; }'
	]
	,wmode:'transparent'
});	
sIFR.replace(centurygothic, {
	selector: '#content h2'
	,css: [
		'.sIFR-root { color:#999999; }'
	]
	,wmode:'transparent'
});
sIFR.replace(centurygothic, {
	selector: '#mainnav li'
	,css: [
		'.sIFR-root { color:#00000;text-transform:uppercase;text-align:center; }'
		,'a { color:#000000;text-decoration:none; }'
		,'a:hover { color:#000000;text-decoration:underline; }'
	]
	,wmode:'transparent'
	,filters: {
		DropShadow: {
		knockout: false
		,angle:120
		,distance: 1
		,color: '#666666'
		,strength: 1
		}
	}
});	
sIFR.replace(centurygothic, {
	selector: '#rightnav li'
	,css: [
		'.sIFR-root { color:#ffffff;text-transform:uppercase;text-align:center; }'
		,'a { color:#ffffff;text-decoration:none; }'
		,'a:hover { color:#ffffff;text-decoration:underline; }'
	]
	,wmode:'transparent'
});	
sIFR.replace(centurygothic, {
	selector: '#leftnav li'
	,css: [
		'.sIFR-root { color:#666666;text-transform:uppercase;text-align:center; }'
		,'a { color:#666666;text-decoration:none; }'
		,'a:hover { color:#000000;text-decoration:underline; }'
	]
	,wmode:'transparent'
});	