function MudaImagePousada( strImgPousada ){
	var objImgPousada = window.document.getElementById("imgPousada");	
	objImgPousada.src = strImgPousada;
}