function showFlashStartseite()
{
    document.write('<object type="application/x-shockwave-flash" data="images/home/VAB_hero_994x405.swf" style="width: 994px; height: 405px;">\n');
    document.write('<param name="movie" value="images/home/VAB_hero_994x405.swf">\n');
    document.write('<param name="quality" value="high">\n');
    document.write('<param name="wmode" value="transparent">\n');
    document.write('<param name="hero">\n');
    document.write('<img src="images/home/fallback.jpg" width="994" height="405" border="0" alt="Leasingrate oder Finanzierungsrate berechnen" usemap="#herobanner">\n');
    document.write('<map name="herobanner">\n');
    document.write('<area shape="rect" coords="718, 63, 994, 104" href="leasing-kalkulator.html" alt="Leasing-Kalkulator" title="Leasing-Kalkulator">\n');
    document.write('<area shape="rect" coords="718, 116, 994, 157" href="finanzierung-kalkulator.html" alt="Finanzierung-Kalkulator" title="Finanzierung-Kalkulator">\n');
    document.write('<area shape="rect" coords="718, 200, 994, 296" href="verbraucherinformation.html" alt="Verbraucherinformation" title="Verbraucherinformation">\n');
    document.write('</map>\n');
    document.write('</object>\n');
}