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