<!--
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
'  Autor:		Joachim Sigwart, www.schau-platz.net
'				info@schau-platz.net
'  Description:	Menuescript mit Dropdown - Layer mit Inhalt (Sprachwahl)
'  Last Update:	20.12.2010 umstellen auf ip-tracking (wie doorpage)
'				07.12.2010 zusätzliche sprache hebräisch
'				14.10.2009 anpassungen wg. css hauptnavigation
'				12.09.2007
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

document.writeln("<img id='flag' onmouseover='showMenu(\"group\",1);' onmouseout='setShut();' src='../img/head-laender.gif' width='175' height='13' border='0' alt='' style='position:absolute;margin-top:-17px;' />");
	document.writeln("<div id='group1' style='margin-top:-15px;'>");
		document.write("<a href='../lang-english.php' class='sprachnavigationDp'>English</a>");
		document.write("<a href='../lang-deutsch.php' class='sprachnavigationDp'>Deutsch</a>");
		document.write("<a href='../lang-espanol.php' class='sprachnavigationDp'>Espa&ntilde;ol</a>");
		document.write("<a href='../lang-francais.php' class='sprachnavigationDp'><b>Fran&ccedil;ais</b></a>");
		document.write("<a href='../lang-japanese.php' class='sprachnavigationDp'>&#22269;&#35486;</a>");
		document.write("<a href='../hebrew-redirect.html' class='sprachnavigationDp'><img src='../img/hebraeisch.gif'></a>");
	document.write("</div>");

/* anzeige der "hand" beim rollover im image */
document.getElementById("flag").style.cursor = "pointer";
//-->

