var helvetica = { src: 'http://shop.handystotal.de/shop/helveticaNeueLt.swf',
ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]};

sIFR.activate(helvetica);

sIFR.replace(helvetica, {
selector: 'h1',
wmode: 'transparent',
fitExactly: true,
	css: '.sIFR-root { background-color: #ffffff; font-size: 24px; color: #000000; margin: 0px 0px 5px 0px; padding:0; font-weight: bolder; text-transform: uppercase; }'
});
sIFR.replace(helvetica, {
selector: 'h2',
wmode: 'transparent',
fitExactly: true,
	css: '.sIFR-root { background-color: #333333; font-size: 16px; color: #ffffff; margin: 0px; padding:0;	font-weight: bolder; text-transform: uppercase; }'
});
sIFR.replace(helvetica, {
    selector: 'h3',
    wmode: 'transparent',
    fitExactly: true,
    css: '.sIFR-root { font-size: 16px; color: #333333; margin: 0px; padding:0; font-weight: bolder; text-transform: uppercase; }'
});
