<!--
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
'  Autor:		Joachim Sigwart, www.schau-platz.net
'				info@schau-platz.net
'  Description:	Menuescript mit Dropdown - Layer mit Inhalt (Sprachwahl)
'  Last Update:	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=''/>");
	document.writeln("<div id='group1'>");
		document.write("<a href='../verdampfer/volcano-verdampfungssystem.html' class='sprachnavigation'><b>Deutsch</b></a>");
		document.write("<a href='../vaporiser/volcano-vaporisation-system.html' class='sprachnavigation'>English</a>");
		document.write("<a href='../vaporizador-es/volcano-sistema-de-vaporizacion.html' class='sprachnavigation'>Español</a>");
		document.write("<a href='../vaporisateur-fr/volcano-systeme-de-vaporisation.html' class='sprachnavigation'>Français</a>");
	document.write("</div>");

/* anzeige der "hand" beim rollover im image */
document.getElementById("flag").style.cursor = "pointer";
//-->
