function StartKarte()
{

document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
document.write('codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=3,0,0,0"\n');
document.write('ID="karte" WIDTH=100% HEIGHT=100%>\n');
document.write('<PARAM NAME=movie VALUE="karte.swf">\n'); 
document.write('<PARAM NAME=quality VALUE=high>\n'); 
document.write('<PARAM NAME=bgcolor VALUE=#000000>\n'); 
document.write('<param name="wmode" value="transparent">\n');
document.write('<EMBED SRC="karte.swf" NAME="karte" swLiveConnect=TRUE WIDTH=100% HEIGHT=100% ALIGN=right QUALITY=autohigh\n');
document.write('BGCOLOR=#000000 TYPE="application/x-shockwave-flash"\n');
document.write('PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">\n');
document.write('</EMBED>\n');
document.write('</OBJECT>\n');

}