var AvantMed = {
	//src: 'http://192.168.1.115/~george/stoneshow/sifr/sifrAvant.swf'
	src: 'http://www.stoneshow.co.uk/test/sifr/sifrAvant.swf'
};

//var HelvMed = {
//	src: 'http://192.168.1.115/~george/stoneshow/sifr/sifrHelv.swf'
//};

sIFR.activate(AvantMed); // From revision 209 and onwards
//sIFR.activate(HelvMed); 

// sIFR.debug.ratios(HelvMed, {
// 	selector: '#boxheader h2',
// });


sIFR.replace(AvantMed, {
	selector: '#headerLeftBottom h2',
	css: { '.sIFR-root': { 'color' : '#FFFFFF', 'background-color' : '#007954', 'leading': 0, 'letter-spacing': 0, wmode: 'transparent'},
	ratios: [10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 61, 1.19, 66, 1.18, 67, 1.19, 102, 1.18, 103, 1.17, 108, 1.18, 109, 1.17, 113, 1.18, 115, 1.17, 117, 1.18, 121, 1.17, 122, 1.18, 1.17]}
 });

sIFR.replace(AvantMed, {
	selector: '#boxheader h2',
	css: { '.sIFR-root': { 'color' : '#007954', 'background-color' : '#f2f3ee', 'leading': 0, 'letter-spacing': 0, wmode: 'transparent'},
	ratios: [10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 61, 1.19, 66, 1.18, 67, 1.19, 102, 1.18, 103, 1.17, 108, 1.18, 109, 1.17, 113, 1.18, 115, 1.17, 117, 1.18, 121, 1.17, 122, 1.18, 1.17]}
});






