var dax = { src: '/flash/dax_new.swf' };
var daxRight = { src: '/flash/daxRight.swf' };
  
  sIFR.useStyleCheck = true;
  sIFR.activate(dax);
  sIFR.activate(daxRight);
	
	
	sIFR.replace(dax,{ 
		wmode: 'transparent',
		selector: 'h1.red',
		css: ['.sIFR-root {color:#b5372c;}'
		,'a { text-decoration:none; color:#b5372c;}'
		,'a:hover { color: #b5372c; }'],
		selectable: false,
		forceSingleLine: true
	});
	
	sIFR.replace(dax,{ 
		wmode: 'transparent',
		selector: 'h1.blue',
		css: ['.sIFR-root {color:#464969;}'
		,'a { text-decoration:none; color:#464969;}'
		,'a:hover { color: #464969; }'],
		selectable: false,
		forceSingleLine: true
	});
	
	sIFR.replace(dax,{ 
		wmode: 'transparent',
		selector: 'h1',
		css: ['.sIFR-root {color:#5d5d5d;}'
		,'a { text-decoration:none; color:#5d5d5d;}'
		,'a:hover { color: #5d5d5d; }'],
		selectable: false,
		forceSingleLine: true
	});
	
	sIFR.replace(dax,{ 
		wmode: 'transparent',
		selector: 'h1.right',
		css: ['.sIFR-root {color:#5d5d5d;}'
		,'a { text-decoration:none; color:#5d5d5d;}'
		,'a:hover { color: #5d5d5d; }'],
		selectable: false,
		forceSingleLine: true
	});
		
	sIFR.replace(dax,{ 
		wmode: 'transparent',
		selector: '.menuText',
		css: ['.sIFR-root {color:#737373;}'
		,'a { text-decoration:none; color:#737373; text-align:center }'
		,'a:hover { color: #FFFFFF; }'],
		selectable: false,
		forceSingleLine: true
	});
	
	sIFR.replace(dax,{ 
		wmode: 'transparent',
		selector: '.menuTextOver',
		css: ['.sIFR-root {color:#FFFFFF;}'
		,'a { text-decoration:none; color:#FFFFFF; text-align:center}'
		,'a:hover { color: #FFFFFF; }'],
		selectable: false,
		forceSingleLine: true
	});