var ffont = {   src: '/flash/dinpro.swf',ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]  };
sIFR.delayCSS  = true;
sIFR.activate(ffont);

sIFR.replace(ffont, {
	selector: '#contentIndex h2'
	,css:
		[
		'.sIFR-root { text-transform: uppercase; font-weight: bold; color: #494848; } strong { color: #3eaabe; }',
		,'a { color: #494848; text-decoration: none; cursor: pointer; }'
		,'a:link { color: #494848; }'
		,'a:hover { color: #494848; }'
		]
	,wmode: 'transparent'
});
sIFR.replace(ffont, {
	selector: '#content h2'
	,css:
		[
		'.sIFR-root { text-transform: uppercase; letter-spacing: -1; font-weight: bold; color: #3eaabe; }',
		,'a { color: #3eaabe; text-decoration: none; cursor: pointer; }'
		,'a:link { color: #3eaabe; }'
		,'a:hover { color: #3eaabe; }'
		]
	,wmode: 'transparent'
});

//, #contentIndex h3'
sIFR.replace(ffont, {
	selector: '#sidebar h3'
	,css:
		[
		'.sIFR-root { text-transform: uppercase; font-weight: bold; color: #80be3e; }',
		,'a { color: #80be3e; text-decoration: none; cursor: pointer; }'
		,'a:link { color: #80be3e; }'
		,'a:hover { color: #80be3e; }'
		]
	,wmode: 'transparent'
});
