function ir(){
if (document.seleccion.filtro.options[document.seleccion.filtro.selectedIndex].value != "none") {
location = document.seleccion.filtro.options[document.seleccion.filtro.selectedIndex].value
}
}
