if (navigator.userAgent.indexOf("Firefox")!=-1 || navigator.userAgent.indexOf("Chrome")!=-1 || navigator.userAgent.indexOf("Opera")!=-1)	{
	var dax = { 
		src: '/Files/System/sifr/dax.swf', 
		ratios: [10, 1.43, 12, 1.35, 16, 1.34, 23, 1.32, 24, 1.29, 28, 1.3, 36, 1.29, 39, 1.28, 40, 1.29, 52, 1.28, 55, 1.27, 56, 1.28, 84, 1.27, 85, 1.26, 88, 1.27, 91, 1.26, 92, 1.27, 95, 1.26, 96, 1.27, 1.26]
	};
	sIFR.activate(dax);
	
	sIFR.replace(dax, {
		selector: '#main_menu ul li.activeitem',
		fitExactly: true,
		wmode: 'transparent',
		tuneWidth: 0,
		offsetTop: 0,
		forceSingleLine: true,
		css: {'.sIFR-root' : {'color' : '#002147','font-size' : '14px','display' : 'inline'},
		'a' : { 'color' : '#002147' , 'text-decoration' : 'none'},
		'a:hover' : { 'color' : '#91004b' , 'text-decoration' : 'none'}
		}
	});
	sIFR.replace(dax, {
		selector: '#main_menu ul li',
		fitExactly: true,
		wmode: 'transparent',
		tuneWidth: 0,
		offsetTop: 0,
		forceSingleLine: true,
		css: {'.sIFR-root' : {'color' : '#002147','font-size' : '14px','display' : 'inline','background-color' : 'transparent'},
		'a' : { 'color' : '#002147' , 'text-decoration' : 'none'},
		'a:hover' : { 'color' : '#91004b' , 'text-decoration' : 'none'}
		}
	});
	sIFR.replace(dax, {
		selector: '#left_column .h2, #right_column .h2, .img_text_white_content h2',
		fitExactly: true,
		wmode: 'transparent',
		css: {'.sIFR-root' : {'color' : '#505050','font-size' : '16px'}
		}
	});
	sIFR.replace(dax, {
		selector: '#content_frontpage .h1, #content .h1',
		fitExactly: true,
		wmode: 'transparent',
		css: {'.sIFR-root' : {'color' : '#002147','font-size' : '30px'}
		}
	});
	sIFR.replace(dax, {
		selector: '#sub_content .h2, .below_sub_content .h2',
		fitExactly: true,
		wmode: 'transparent',
		css: {'.sIFR-root' : {'color' : '#002147','font-size' : '16px'}
		}
	});
}