var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the the FSCommand messages in a Flash movie
function karte_DoFSCommand(command, args) {
  var karteObj = InternetExplorer ? karte : document.karte;
  	if (command == "tld") {
		code=args;
		show(code);
	}
}
// Hook for Internet Explorer 
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	document.write('<script language=VBScript\> \n');
	document.write('on error resume next \n');
	document.write('Sub karte_FSCommand(ByVal command, ByVal args)\n');
	document.write('  call karte_DoFSCommand(command, args)\n');
	document.write('end sub\n');
	document.write('</script\> \n');
}
// Content
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" id="karte" width="432" height="300" align="">\n');
document.write('<param name="movie" value="/karte-04.swf" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="bgcolor" value="#E0E0E0" />\n');
document.write('<embed src="/karte-04.swf" quality="high" bgcolor="#E0E0E0"  width="432" height="300" swliveconnect="true" id="karte" name="karte" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>\n');
document.write('</object>\n');