Per ricevere il ringraziamento
Scegli tra posta tradizionale, email o cellulare.
(Compila almeno uno dei campi)

document.getElementById("1").onclick = function() {condoglianze(1);}; document.getElementById("2").onclick = function() {condoglianze(2)}; document.getElementById("3").onclick = function() {condoglianze(3)}; document.getElementById("4").onclick = function() {condoglianze(4)}; document.getElementById("5").onclick = function() {condoglianze(5)}; document.getElementById("6").onclick = function() {condoglianze(6)}; document.getElementById("7").onclick = function() {condoglianze(7)}; document.getElementById("8").onclick = function() {condoglianze(8)}; document.getElementById("9").onclick = function() {condoglianze(9)}; document.getElementById("10").onclick = function() {condoglianze(10)}; document.getElementById("11").onclick = function() {condoglianze(11)}; document.getElementById("12").onclick = function() {condoglianze(12)}; document.getElementById("13").onclick = function() {condoglianze(13)}; document.getElementById("14").onclick = function() {condoglianze(14)}; document.getElementById("15").onclick = function() {condoglianze(15)}; document.getElementById("16").onclick = function() {condoglianze(16)}; document.getElementById("17").onclick = function() {condoglianze(17)}; document.getElementById("18").onclick = function() {condoglianze(18)}; document.getElementById("19").onclick = function() {condoglianze(19)}; document.getElementById("20").onclick = function() {condoglianze(20)}; document.getElementById("21").onclick = function() {condoglianze(21)}; document.getElementById("22").onclick = function() {condoglianze(22)}; document.getElementById("23").onclick = function() {condoglianze(23)}; document.getElementById("24").onclick = function() {condoglianze(24)}; document.getElementById("25").onclick = function() {condoglianze(25)}; document.getElementById("26").onclick = function() {condoglianze(26)}; document.getElementById("27").onclick = function() {condoglianze(27)}; document.getElementById("28").onclick = function() {condoglianze(28)}; document.getElementById("29").onclick = function() {condoglianze(29)}; document.getElementById("30").onclick = function() {condoglianze(30)};
function condoglianze(id) { document.getElementById("msg").value = "" document.getElementById("msg").value = document.getElementById(id).title; }
if(localStorage.getItem("messaggio-memoriae") == 1){
//document.getElementById("btn_memoriae").style.display = "none";
document.getElementById("memoriae").innerHTML = '
Attendi un minuto prima di inviare un’altra richiesta';
//const myTimeout = setTimeout(abilitaPulsante, 60000);
}
else{
if(document.getElementById("memoriae") != null){
document.getElementById("memoriae").style.display = "block";
}
}
function mostraMemoriae(id_azienda, apikey){
if(localStorage.getItem("messaggio-memoriae") == 1){
document.getElementById("memoriae").innerHTML = '
Attendi un minuto per inviare un’altra richiesta
';
const myTimeout = setTimeout(abilitaPulsante, 60000);
}
else{
document.getElementById("memoriae").innerHTML = "
Se possiedi delle immagini, ai famigliari farà senz’altro piacere ricevere i tuoi ricordi fotografici.
Inserisci i tuoi dati e attendi la mail con le istruzioni, consegneremo noi i tuoi ricordi alla famiglia.
Il servizio è gratuito.
";
document.getElementById("button_memoriae").style.visibility = "visible";
}
}