function changelang(select)
	{
		var ziel = select.options[select.options.selectedIndex].value;
		window.location.href = ziel;
	}
