function getMenuEN() {
	if(hasRightVersion) {
		document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
		document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ');
		document.write(' ID=karte name=karte WIDTH=750 height=193>');
		document.write(' <PARAM NAME=movie VALUE="/en/img/menu_en.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=menu VALUE=false> <PARAM NAME=bgcolor VALUE=#FFFFFF> '); 
		document.write(' <EMBED src="/en/img/menu_en.swf" quality=high bgcolor=#FFFFFF ');
		document.write(' swLiveConnect=true WIDTH=750 height=193 ID=karte name=karte menu=false');
		document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
		document.write(' </EMBED>');
		document.write(' </OBJECT>');
	} else {
		document.write('<img src="/en/img/menu.jpg" width="750" height="190" border="0" usemap="#headermap">');
	}
}	

function getMenuDE() {
	if(hasRightVersion) {
		document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
		document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ');
		document.write(' ID=karte name=karte WIDTH=750 height=193>');
		document.write(' <PARAM NAME=movie VALUE="/de/img/menu_de.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=menu VALUE=false> <PARAM NAME=bgcolor VALUE=#FFFFFF> '); 
		document.write(' <EMBED src="/de/img/menu_de.swf" quality=high bgcolor=#FFFFFF ');
		document.write(' swLiveConnect=true WIDTH=750 height=193 ID=karte name=karte menu=false');
		document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
		document.write(' </EMBED>');
		document.write(' </OBJECT>');
	} else {
		document.write('<img src="/en/img/menu.jpg" width="750" height="190" border="0" usemap="#headermap">');
	}
}