/*******************************************************************************/	
function TrocaFotoAmbiente(campo)
{
	ajax('ambiente_foto_ver.php?campo='+campo+'','galeria_foto_g','');
}
/*******************************************************************************/	
// Cardapio
function MostrarCardapio(campo)
{
	ajax('cardapio_mostrar.php?id='+campo+'','coluna_cardapio_total','');
}

