function fotogrande(valor1, valor2, valor3, valor4){
  document.legenda.txtlegenda.value = valor2;

  document.getElementById('fotolarg').style.backgroundImage="url("+valor1+")";
  document.getElementById('fotolarg').style.width = valor3+'px';
  document.getElementById('fotolarg').style.height = valor4+'px';
}
