 
 
 function exibeFormPasso2(hotel, quarto){
	//alert(msg);
	//$("#textoMSG").innerHTML = msg;
	document.getElementById("hdd_hotel").value = hotel;
	document.getElementById("hdd_quarto").value = quarto;
	$("#layer_passo_2").fadeIn("slow");
	//setTimeout("escondeMSG()",7000)
    //$().jqm();
    //$().ready(function() {
    //    $('#layer_passo_2').jqm();
    //});
  }


 
 function fechaFormPasso2(msg){
	//alert(msg);
	//$("#textoMSG").innerHTML = msg;
	$("#layer_passo_2").fadeOut("slow");
	//setTimeout("escondeMSG()",7000)

  }

function MostraLimites(adultos, criancas)
{
    alert('Este quarto suporta no maximo ' + adultos + ' adulto(s) \ne '+criancas+' crianca(s)');
}



