 function navigateSelect(selectId){
 	window.location = document.getElementById(selectId).value;
}