function GoToBranche() {
	var el = document.getElementById('brancheselector');
	if(el.value != "") {
		window.location.href = el.value;
	}
}


