//v1.1
//Copyright 2006 Adobe Systems, Inc. All rights reserved.
var MM_contentVersion = 5;
var bodyelement=document.getElementsByTagName('body')[0];
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');
}

function RunFoo()
{
if ( MM_FlashCanPlay ) {
	document.write('<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" ><tr valign="middle">');
    document.write('<td align="center" ><table  border="0" align="center" cellpadding="0" cellspacing="0"');
	document.write('width="800" height="540"><tr><td align="center" valign="middle">');

	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" ');
	document.write(' id="wac_kg" WIDTH="800" height="540" ALIGN="center">');
	document.write(' <PARAM NAME=movie VALUE="wac_kg.swf"> <PARAM NAME=quality VALUE=best><PARAM NAME="BGCOLOR" VALUE=#3E3E3E> <PARAM NAME=salign VALUE=t><PARAM NAME=scale VALUE=noBorder>'); 
	document.write(' <EMBED src="wac_kg.swf" quality=best scale=noborder  bgcolor="#3E3E3E"');
	document.write(' swLiveConnect=FALSE WIDTH="800" height="540" NAME="wac_kg" sAlign="t"');
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
	document.write(' </EMBED>');
	document.write(' </OBJECT>');
	
	document.write('</td></tr><tr><td align="center" valign="middle"><a href="http://www.watzmann-kg.de/">');
    document.write('<img src="./images/spacer.gif" alt="Werbeagentur in Frankfurt am Main" width="800" height="50" border="0"></a></td></tr>');
	document.write('</table></td></tr></table>');
}else{
	document.write('<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" ><tr valign="middle">');
    document.write('<td align="center" ><table  border="0" align="center" cellpadding="0" cellspacing="0"');
	document.write('width="800" height="540"><tr ><td align="center" valign="middle">');
	document.write('<img src="./images/wac_kg.gif" width="800" height="540" usemap="#prepage01" BORDER=0><br>');	
	document.write('<a href="http://www.watzmann-kg.de/"><img src="./images/spacer.gif" alt="Werbeagentur in Frankfurt am Main" width="800" height="50" border="0"></a>');
    document.write('</td></tr></table>');
	document.write('</td></tr></table>');
	
}
}


function RunIEswf()
{
document.write('<object type="application/x-shockwave-flash" ');
document.write('data="../flash/c.swf?path=../flash/preload-player7.swf" ');//preload-player7.swf
document.write('width="550" height="400">');
document.write('<param name="menu" value="false" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="scale" value="noscale" />');
//document.write('<param name=FlashVars value="path=../flash/autoFade.swf" />');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="../flash/c.swf?path=../flash/preload-player7.swf" />'); //?path=../flash/autoFade.swf
document.write('</object>');
}