function MostraCidades()
{
	ajax('_include/cidades.php','cidades','estado='+$('selestados').value);
}

