

//function init_sIFR()
//{
	
	var HelvMed = {
		src: 'HelvNeueMed.swf'
		,ratios: [6,1.41,9,1.35,15,1.29,17,1.24,18,1.25,28,1.23,34,1.22,41,1.21,53,1.2,57,1.19,58,1.2,90,1.19,92,1.18,96,1.19,98,1.18,100,1.19,104,1.18,105,1.19,1.18]
	};

	sIFR.activate(HelvMed); // From revision 209 and onwards
	sIFR.replace(HelvMed, {
			selector: 'h1'
		,wmode: 'transparent'
		,css: [
				'.sIFR-root { color:#cb160b; font-weight: bold; }'
			]
		});

	sIFR.replace(HelvMed, {
			selector: 'h2'
		,wmode: 'transparent'
		,css: [
				'.sIFR-root { color:#000000; font-weight: bold; }'
			]
		});

	sIFR.replace(HelvMed, {
			selector: 'h3, h4.bioTitle'
		,wmode: 'transparent'
		,css: [
				'.sIFR-root { color:#5b5b5b; font-weight: bold; }'
			]
		});

	sIFR.replace(HelvMed, {
			selector: '.callOut h4, p.bioName'
		,wmode: 'transparent'
		,css: [
				'.sIFR-root { color:#cb160b; font-weight: bold; }'
			]
		});

	sIFR.replace(HelvMed, {
			selector: '.callOut p'
		,wmode: 'transparent'
		,css: [
				'.sIFR-root { color:#ffffff; font-weight: normal; }'
			]
		});

//}
