
	if (AC_FL_RunContent == 0) {
        alert("Diese Seite erfordert die Datei \"AC_RunActiveContent.js\".");
    } else if(GetSwfVer() == -1) {
		document.write("<img src='/images/header.jpg' width='991' height='199'>");
	} else {
        AC_FL_RunContent(
            'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0',
            'width', '991',
            'height', '199',
            'src', '/swf/head_06042008',
            'quality', 'high',
            'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
            'align', 'middle',
            'play', 'true',
            'loop', 'true',
            'scale', 'showall',
            'wmode', 'transparent',
            'devicefont', 'false',
            'id', 'head_010207',
            'bgcolor', '#ffffff',
            'name', 'head_010207',
            'menu', 'true',
            'allowFullScreen', 'false',
            'allowScriptAccess','sameDomain',
            'movie', '/swf/head_06042008',
            'FlashVars', 'l10n=/swf/language_'+sprache+'.txt',
            'salign', ''
            ); //end AC code
    }