function jumpExpertArea() {
	location.href = '#' + document.getElementById("expertAreas").value;
}

