function turnactive()
{
    document.write('<object type="application/x-shockwave-flash" data="intro.swf" width="880" height="600">\n');
    document.write('<param name="movie" value="intro.swf" />\n');
    document.write('<img src="intro.gif" width="880" height="600" alt="Um diese Seite anzeigen zu k&ouml;nnen wird der Flash Player 8 ben&ouml;tigt." />\n');
    document.write('</object>\n');
}