if (top != self)  // kein Laden in Frames moeglich!
	top.location = self.location;

var MM_contentVersion = 6;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if (plugin) {
		var words = navigator.plugins["Shockwave Flash"].description.split(" ");
	    for (var i = 0; i < words.length; ++i) {
			if (isNaN(parseInt(words[i])))
			continue;
			var MM_PluginVersion = words[i]; 
	    }
		var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.appVersion.indexOf("Win") != -1)) {
	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
	document.write('on error resume next \n');
	document.write('MM_FlashCanPlay = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
	document.write('</SCR' + 'IPT\> \n');
}

if (MM_FlashCanPlay) {  // Flash 6 Plugin vorhanden
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
	document.write(' ID="herz_intro" WIDTH="100%" HEIGHT="100%" ALIGN="">');
	document.write(' <PARAM NAME=movie VALUE="intro/herz_intro.swf"> <PARAM NAME=loop VALUE=false> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=scale VALUE=exactfit> <PARAM NAME=devicefont VALUE=true> <PARAM NAME=bgcolor VALUE=#FFFFFF>  '); 
	document.write(' <EMBED src="intro/herz_intro.swf" loop=false menu=false quality=high scale=exactfit devicefont=true bgcolor=#FFFFFF  ');
	document.write(' swLiveConnect=FALSE WIDTH="100%" HEIGHT="100%" NAME="herz_intro" ALIGN=""');
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
	document.write(' </EMBED>');
	document.write(' </OBJECT>');
} else {
	document.write('<table border=0 height="100%" cellpadding=0 cellspacing=0 align=center><tr><td valign=middle><table width=600 border=0 cellpadding=12 cellspacing=0 bgcolor="#ffffff" align=center style="border:3px solid #dc162b;"><tr><td width=270 valign=top>');
	document.write('<img src="images/intro_logo.gif" width=270 height=272 border=0></td><td valign=top class="fett">');
	document.write('Leider hast du das Flash6-Plugin nicht installiert!<br><br><span class="red">Willst du dir das tolle Intro entgehen lassen und direkt die Startseite ansteuern, klicke hier:</span>');
	document.write('<br><br><div align=center><a href="home.php" target="_self">Zur Startseite</a></div><br><br>');
	document.write('<span class="red">M&ouml;chtest du das Intro sehen und den daf&uuml;r n&ouml;tigen Flash Player 6 installieren, klicke hier:</span>');
	document.write('<br><br><div align=center><a href="http://www.macromedia.com/go/getflashplayer" target="_blank">Flash Player 6 installieren</a></div><br><br>');
	document.write('<span class="red">Nach der Installation f&uuml;hrt dieser Link zum Intro:</span>');
	document.write('<br><br><div align=center><a href="index.html" target="_self">Intro starten</a></div>');
	document.write('</td></tr></table></td></tr></table>');
}