var felttip = { src: '_js/felttip.swf' };
var gothic = { src: '_js/gothic.swf' };

sIFR.delayCss = true;
//sIFR.ua.supported = sIFR.ua.supported && (!sIFR.ua.opera || !sIFR.ua.macintosh);
//sIFR.ua.supported = sIFR.ua.supported && (!sIFR.ua.opera || !sIFR.ua.macintosh) && (!sIFR.ua.ie || typeof(XMLHttpRequest) != 'undefined') 
sIFR.activate(felttip, gothic);

sIFR.replace(felttip, {
	selector: '.felt',
	css: '.sIFR-root { color: #512908; } a { text-decoration: none; color: #512908; } a:hover { color: #000000; } ',
	wmode: 'transparent'
});

sIFR.replace(gothic, {
	selector: '.gothic',
	css: '.sIFR-root { color: #88612f; } .gothic .o { color: #e99519; }',
	wmode: 'transparent'
});