

function show(picture){
  	document.getElementById('showRoom').src = "dias/"+picture;
  }

