function irA(menu2){
	if (menu2.options[menu2.selectedIndex].value != ""){		
		//window.open(menu.options[menu.selectedIndex].value,'ventana')
		parent.cuerpo.location.href = "iindex.php?id_ciudad=" + menu2.options[menu2.selectedIndex].value;
	}
}