var ffont = { src: '/flash/sifr.swf' };
sIFR.activate(ffont);

var color = '#ffffff';
var colorh = color;
var shDistance = 2;
var shStrength = 2;

sIFR.replace(ffont, {
	selector: '#scheme-green .mainContent .sifr,.sifr.bgg'
	,css:
		[
		'.sIFR-root { color: '+color+'; }',
		,'a { color: '+colorh+'; text-decoration: none; cursor: pointer; }'
		,'a:link { color: '+color+'; }'
		,'a:hover { color: '+colorh+'; }'
		]
	,wmode: 'transparent'
	,filters: {
		DropShadow: {
			knockout: false
			,distance: shDistance
			,color: '#aac154'
			,strength: shStrength
		}
	}
});

sIFR.replace(ffont, {
	selector: '#scheme-blue .mainContent .sifr,.sifr.bgb'
	,css:
		[
		'.sIFR-root { color: '+color+'; }',
		,'a { color: '+colorh+'; text-decoration: none; cursor: pointer; }'
		,'a:link { color: '+color+'; }'
		,'a:hover { color: '+colorh+'; }'
		]
	,wmode: 'transparent'
	,filters: {
		DropShadow: {
			knockout: false
			,distance: shDistance
			,color: '#569fbb'
			,strength: shStrength
		}
	}
});

sIFR.replace(ffont, {
	selector: '#scheme-dblue .mainContent .sifr,.sifr.bgdb'
	,css:
		[
		'.sIFR-root { color: '+color+'; }',
		,'a { color: '+colorh+'; text-decoration: none; cursor: pointer; }'
		,'a:link { color: '+color+'; }'
		,'a:hover { color: '+colorh+'; }'
		]
	,wmode: 'transparent'
	,filters: {
		DropShadow: {
			knockout: false
			,distance: shDistance
			,color: '#1e4668'
			,strength: shStrength
		}
	}
});

sIFR.replace(ffont, {
	selector: '#scheme-purple .mainContent .sifr,.sifr.bgp'
	,css:
		[
		'.sIFR-root { color: '+color+'; }',
		,'a { color: '+colorh+'; text-decoration: none; cursor: pointer; }'
		,'a:link { color: '+color+'; }'
		,'a:hover { color: '+colorh+'; }'
		]
	,wmode: 'transparent'
	,filters: {
		DropShadow: {
			knockout: false
			,distance: shDistance
			,color: '#cc97a5'
			,strength: shStrength
		}
	}
});