function messaggioSelected(){
var labels = document.getElementsByTagName("label");

var txtMsg = labels[2];
txtMsg.innerHTML = '<span class="required">*</span> Messaggio';
txtMsg.style.display = 'inline';
var fldMsg = document.getElementById("fm_message");
fldMsg.value='';
fldMsg.style.display = 'inline';
var txtAllega = labels[3];
txtAllega.style.display = 'none';
var fldAllega = document.getElementById("fm_upload");
fldAllega.style.display = 'none';
var divDin = document.getElementById('contattaciSpiegazioneDinamica');
divDin.innerHTML = 'Chiedici ulteriori informazioni sul paese, oppure inviaci i tuoi commenti su questo sito, esponi critiche costruttive ed aiutaci a migliorare. Proponi idee originali, tutte saranno valutate.';
}

function iscrizioneSelected(){
var labels = document.getElementsByTagName("label");

var txtMsg = labels[2];
txtMsg.style.display = 'none';
var fldMsg = document.getElementById("fm_message");
fldMsg.style.display = 'none';
fldMsg.value = 'Iscrizione alle News di Ziona.it';
var txtAllega = labels[3];
txtAllega.style.display = 'none';
var fldAllega = document.getElementById("fm_upload");
fldAllega.style.display = 'none';
var divDin = document.getElementById('contattaciSpiegazioneDinamica');
divDin.innerHTML = 'Iscrivendoti alle News riceverai notizie riguardanti il paese e sarai informato sul eventuali novit&agrave; presenti sul sito. Non ti intaseremo la posta, al massimo una e-mail al mese.';
}

function annuncioSelected(){
var labels = document.getElementsByTagName("label");

var txtMsg = labels[2];
txtMsg.innerHTML = '<span class="required">*</span> Il tuo Annuncio';
txtMsg.style.display = 'inline';
var fldMsg = document.getElementById("fm_message");
fldMsg.value='';
fldMsg.style.display = 'inline';
var txtAllega = labels[3];
txtAllega.style.display = 'inline';
var fldAllega = document.getElementById("fm_upload");
fldAllega.style.display = 'inline';
var divDin = document.getElementById('contattaciSpiegazioneDinamica');
divDin.innerHTML = 'Inserisci un annuncio che sar&agrave; pubblicato nella rubrica Annunci del sito. Usa questo spazio se vuoi vendere, acquistare, regalare qualcosa, se cerchi una casa in affitto, se hai trovato o smarrito un oggetto ecc. Puoi caricare foto o altri files in aggiunta al testo. Usa questo spazio messo a disposizione gratuitamente dal sito!';
}

function scambioSelected(){
var labels = document.getElementsByTagName("label");

var txtMsg = labels[2];
txtMsg.innerHTML = '<span class="required">*</span> Messaggio';
txtMsg.style.display = 'inline';
var fldMsg = document.getElementById("fm_message");
fldMsg.value='';
fldMsg.style.display = 'inline';
var txtAllega = labels[3];
txtAllega.style.display = 'inline';
var fldAllega = document.getElementById("fm_upload");
fldAllega.style.display = 'inline';
var divDin = document.getElementById('contattaciSpiegazioneDinamica');
divDin.innerHTML = 'Se sei un webmaster e vuoi realizzare uno scambio link con Ziona.it, mandaci un messaggio indicando l\'indirizzo del tuo sito internet. Se vuoi, usa il form per caricare anche un piccolo banner. Un link al tuo sito comparir&agrave; nella rubrica Siti Amici, ad un click dalla Home Page. In cambio ti chiediamo di ricambiare mettendo un link verso http://www.ziona.it ';
}

function sitiSelected(){
var labels = document.getElementsByTagName("label");

var txtMsg = labels[2];
txtMsg.innerHTML = '<span class="required">*</span> Messaggio';
txtMsg.style.display = 'inline';
var fldMsg = document.getElementById("fm_message");
fldMsg.value='';
fldMsg.style.display = 'inline';
var txtAllega = labels[3];
txtAllega.style.display = 'none';
var fldAllega = document.getElementById("fm_upload");
fldAllega.style.display = 'none';
var divDin = document.getElementById('contattaciSpiegazioneDinamica');
divDin.innerHTML = 'Se ritieni di conoscere un sito utile, segnalalo e, se lo riterremo opportuno, lo inseriremo nella rubrica Siti Utili';
}

function videoSelected(){
var labels = document.getElementsByTagName("label");

var txtMsg = labels[2];
txtMsg.innerHTML = '<span class="required">*</span> Descrizione Video';
txtMsg.style.display = 'inline';
var fldMsg = document.getElementById("fm_message");
fldMsg.value='';
fldMsg.style.display = 'inline';
var txtAllega = labels[3];
txtAllega.style.display = 'inline';
var fldAllega = document.getElementById("fm_upload");
fldAllega.style.display = 'inline';
var divDin = document.getElementById('contattaciSpiegazioneDinamica');
divDin.innerHTML = 'Inviaci un breve video, che sar&agrave; inserito nella playlist della rubrica "I Nostri Video". Non &egrave; necessario che i filmati riguardino il paese di Ziona, il tema &egrave; libero, dai sfogo alla tua creativit&agrave;. La dimensione massima dei video &egrave; 3Mb.';
}

/*
function patchPositionTextArea(){
var fldMsg = document.getElementById("fm_message");
if(fldMsg!=null){
fldMsg.style.display = 'none';
fldMsg.style.display = 'inline';
}

var sURL = location.href;
var index = sURL.indexOf("submitted=true");

if(sURL.indexOf("submitted=true")!=-1){
var divOk = document.getElementById("msgMailOk");
divOk.style.color='#008250';
divOk.style.display = 'inline';
}
if(sURL.indexOf("submitted=false")!=-1){
var divKo = document.getElementById("msgMailKo");
divKo.style.color='#e12000';
divKo.style.display = 'inline';
}

}

function refreshAfterSubmission(){
var sURL = location.href;
var index = sURL.indexOf("submitted=true");
if((sURL.indexOf("submitted=true")!=-1)||(sURL.indexOf("submitted=false")!=-1)){
location.href = "http://www.ziona.it/interagisci/contattaci.php";
}
}
*/

function patchPositionTextArea(){
var fldMsg = document.getElementById("fm_message");
if(fldMsg!=null){
fldMsg.style.display = 'none';
fldMsg.style.display = 'inline';
}

var nome = document.getElementById("fm_name");

if(nome == null){
var divOk = document.getElementById("msgMailOk");
divOk.style.color='#008250';
divOk.style.display = 'inline';
}
return true;
}

function refreshAfterSubmission(){
var nome = document.getElementById("fm_name");
if(nome == null){
location.href = "http://www.ziona.it/interagisci/contattaci.php";
}
}
