function chooseLanguage(selectbox) {
	window.location.href = selectbox.options[selectbox.selectedIndex].value;
}