function flash(){
  
  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 ) {
        document.write('  <DIV style="width:10px;float:left"> ')
  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="script" WIDTH="350" HEIGHT="350" ALIGN="">');
  document.write(' <PARAM NAME=movie VALUE="geyer2.swf"> <PARAM NAME=quality VALUE=high> <param name=wmode value=transparent >'); 
  
        document.write(' <EMBED src="fileadmin/flash/Geyer2.swf" quality=high   wmode=transparent ');
  document.write(' swLiveConnect=FALSE WIDTH="350" HEIGHT="350" NAME="script" ALIGN=""');
  document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
  document.write(' </EMBED>');
  document.write(' </OBJECT>');
  document.write(' </DIV>');

document.write(' <DIV style="width:600px;float:left;z-index: 5; position: relative;">');
document.write(' <P style="padding: 70px 0 40px 380px; font-size:14px; color:grey;" class="bodytext">immense Steuerbelastungen </P>');
document.write(' <P style="padding-left: 340px; font-size: 18px; color: grey;" class="bodytext">Abfall der Börsenkurse</P>');
document.write(' <P style="padding: 55px 0 60px 270px; font-size:22px" class="bodytext"><A href="fileadmin/etp/images/pics/staatspleiten.jpg" title="Hier finden Sie eine Grafik zur Verdeutlichung der Staatspleiten" class="staatspleiten" >Staatspleiten</A></P>');
document.write(' <H1 style="padding: 0 0 0px 34px; color:#B70E2E"">Lassen Sie Ihre Ängste hinter sich</H1>');
document.write(' </DIV>');

document.write(' <BR style="clear:both"/>');

} else {
  document.write(' <DIV style="height:300px; margin-left:44px; background:url(fileadmin/etp/images/bg/geier.jpg) no-repeat top left">');
  document.write(' <P style="padding: 80px 0 30px 330px; font-size:14px; color:grey;" class="bodytext">immense Steuerbelastungen </P>');
  document.write(' <P style="padding-left: 280px; font-size: 18px; color: grey;" class="bodytext">Abfall der Börsenkurse</P>');
  document.write(' <P style="padding: 40px 0 60px 210px; font-size:22px" class="bodytext"><A href="fileadmin/etp/images/pics/staatspleiten.jpg" title="Hier finden Sie eine Grafik zur Verdeutlichung der Staatspleiten" class="staatspleiten" >Staatspleiten</A></P>');
  document.write(' <H1 style="padding: 0 0 40px 0px; color:#B70E2E"">Lassen Sie Ihre Ängste hinter sich</H1>');
  document.write(' </DIV>');

}
}

