var dax = { src: 'fileadmin/flash/sifr/dax.swf' };

var dax_regular = { src: 'fileadmin/flash/sifr/dax-regular.swf' };

sIFR.activate(dax);

sIFR.replace(dax, {
	selector: '#layout-content h1',
	css: '.sIFR-root { color: #7eb615; font-size: 20px; }',
	wmode: 'transparent',
	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, 67, 1.17, 68, 1.16, 69, 1.17, 115, 1.16, 116, 1.15, 122, 1.16, 123, 1.15, 1.16]
});

sIFR.replace(dax, {
	selector: '#layout-content h2',
	css: '.sIFR-root { background: #ff0000; color: #7eb615; font-size: 16px; }',
	wmode: 'transparent',
	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, 67, 1.17, 68, 1.16, 69, 1.17, 115, 1.16, 116, 1.15, 122, 1.16, 123, 1.15, 1.16]
});


sIFR.replace(dax_regular, {
	selector: 'h1#middle-oneliner',
	css: '.sIFR-root { color: #ffffff; font-size: 22px; }',
	wmode: 'transparent',
	filters: {
		DropShadow: {
			knockout: false,
			distance: 1,
			color: '#000000',
			strength: 2
		}
	}
});


//sIFR.debug.ratios({ src: 'fileadmin/flash/sifr/dax.swf', selector: '#layout-content h2' });*/

