function changeCidade(cmb)
{
	idCidade=cmb.options[cmb.selectedIndex].value;
	alert(idCidade);
}
