function langswitch (obj) {
	if (obj.value.length > 0) {
		document.location.href = "/" + obj.value;
	}
}