function irA(menu2){
	if (menu2.options[menu2.selectedIndex].value != ""){		
		//window.open(menu.options[menu.selectedIndex].value,'ventana')
		window.location.href = menu2.options[menu2.selectedIndex].value;
	}
}
