// CICLO FOTO ASIA - INIZIO
function scurisci_tasto_asia(sw) {
if (sw == 1) {
document.getElementById('avt').style.visibility = 'visible';
document.getElementById('avt').style.backgroundColor= '#333333';
}
if (sw == 0) {
document.getElementById('avt').style.visibility = 'visible';
document.getElementById('avt').style.backgroundColor= '#999999';
}
}
function schiarisci_foto_asia(sw) {
if (sw == 1) {
document.getElementById('foto').style.visibility = 'visible';
document.getElementById("foto").style.opacity = 0.5;
document.getElementById('avt').style.backgroundColor= '#333333';
}
if (sw == 0) {
document.getElementById('foto').style.visibility = 'visible';
document.getElementById("foto").style.opacity = 1;
document.getElementById('avt').style.backgroundColor= '#999999';
}
}
//CICLO FOTO ASIA - FINE 

// CICLO FOTO AFRICA - INIZIO
function scurisci_tasto_africa(sw) {
if (sw == 1) {
document.getElementById('avt2').style.visibility = 'visible';
document.getElementById('avt2').style.backgroundColor= '#333333';
}
if (sw == 0) {
document.getElementById('avt2').style.visibility = 'visible';
document.getElementById('avt2').style.backgroundColor= '#999999';
}
}
function schiarisci_foto_africa(sw) {
if (sw == 1) {
document.getElementById('foto2').style.visibility = 'visible';
document.getElementById("foto2").style.opacity = 0.5;
document.getElementById('avt2').style.backgroundColor= '#333333';
}
if (sw == 0) {
document.getElementById('foto2').style.visibility = 'visible';
document.getElementById("foto2").style.opacity = 1;
document.getElementById('avt2').style.backgroundColor= '#999999';
}
}
//CICLO FOTO AFRICA - FINE 

// CICLO FOTO AMERICA - INIZIO
function scurisci_tasto_america(sw) {
if (sw == 1) {
document.getElementById('avt3').style.visibility = 'visible';
document.getElementById('avt3').style.backgroundColor= '#333333';
}
if (sw == 0) {
document.getElementById('avt3').style.visibility = 'visible';
document.getElementById('avt3').style.backgroundColor= '#999999';
}
}
function schiarisci_foto_america(sw) {
if (sw == 1) {
document.getElementById('foto3').style.visibility = 'visible';
document.getElementById("foto3").style.opacity = 0.5;
document.getElementById('avt3').style.backgroundColor= '#333333';
}
if (sw == 0) {
document.getElementById('foto3').style.visibility = 'visible';
document.getElementById("foto3").style.opacity = 1;
document.getElementById('avt3').style.backgroundColor= '#999999';
}
}
//CICLO FOTO AMERICA - FINE 

// CICLO FOTO EUROPA - INIZIO
function scurisci_tasto_europa(sw) {
if (sw == 1) {
document.getElementById('avt4').style.visibility = 'visible';
document.getElementById('avt4').style.backgroundColor= '#333333';
}
if (sw == 0) {
document.getElementById('avt4').style.visibility = 'visible';
document.getElementById('avt4').style.backgroundColor= '#999999';
}
}
function schiarisci_foto_europa(sw) {
if (sw == 1) {
document.getElementById('foto4').style.visibility = 'visible';
document.getElementById("foto4").style.opacity = 0.5;
document.getElementById('avt4').style.backgroundColor= '#333333';
}
if (sw == 0) {
document.getElementById('foto4').style.visibility = 'visible';
document.getElementById("foto4").style.opacity = 1;
document.getElementById('avt4').style.backgroundColor= '#999999';
}
}
//CICLO FOTO EUROPA - FINE 

// CICLO FOTO OCEANIA - INIZIO
function scurisci_tasto_oceania(sw) {
if (sw == 1) {
document.getElementById('avt5').style.visibility = 'visible';
document.getElementById('avt5').style.backgroundColor= '#333333';
}
if (sw == 0) {
document.getElementById('avt5').style.visibility = 'visible';
document.getElementById('avt5').style.backgroundColor= '#999999';
}
}
function schiarisci_foto_oceania(sw) {
if (sw == 1) {
document.getElementById('foto5').style.visibility = 'visible';
document.getElementById("foto5").style.opacity = 0.5;
document.getElementById('avt5').style.backgroundColor= '#333333';
}
if (sw == 0) {
document.getElementById('foto5').style.visibility = 'visible';
document.getElementById("foto5").style.opacity = 1;
document.getElementById('avt5').style.backgroundColor= '#999999';
}
}
//CICLO FOTO OCEANIA - FINE

// CICLO FOTO ITALIA - INIZIO
function scurisci_tasto_italia(sw) {
if (sw == 1) {
document.getElementById('avt9').style.visibility = 'visible';
document.getElementById('avt9').style.backgroundColor= '#333333';
}
if (sw == 0) {
document.getElementById('avt9').style.visibility = 'visible';
document.getElementById('avt9').style.backgroundColor= '#999999';
}
}
function schiarisci_foto_italia(sw) {
if (sw == 1) {
document.getElementById('foto10').style.visibility = 'visible';
document.getElementById("foto10").style.opacity = 0.5;
document.getElementById('avt9').style.backgroundColor= '#333333';
}
if (sw == 0) {
document.getElementById('foto10').style.visibility = 'visible';
document.getElementById("foto10").style.opacity = 1;
document.getElementById('avt9').style.backgroundColor= '#999999';
}
}
//CICLO FOTO ITALIA - FINE

// CICLO FOTO CERIMONIA - INIZIO
function scurisci_tasto_cerimonia(sw) {
if (sw == 1) {
document.getElementById('avt6').style.visibility = 'visible';
document.getElementById('avt6').style.backgroundColor= '#333333';
}
if (sw == 0) {
document.getElementById('avt6').style.visibility = 'visible';
document.getElementById('avt6').style.backgroundColor= '#999999';
}
}
function schiarisci_foto_cerimonia(sw) {
if (sw == 1) {
document.getElementById('foto6').style.visibility = 'visible';
document.getElementById("foto6").style.opacity = 0.5;
document.getElementById('avt6').style.backgroundColor= '#333333';
}
if (sw == 0) {
document.getElementById('foto6').style.visibility = 'visible';
document.getElementById("foto6").style.opacity = 1;
document.getElementById('avt6').style.backgroundColor= '#999999';
}
}
//CICLO FOTO CERIMONIA - FINE


// CICLO FOTO ACCESSORI - INIZIO
function scurisci_tasto_accessori(sw) {
if (sw == 1) {
document.getElementById('avt7').style.visibility = 'visible';
document.getElementById('avt7').style.backgroundColor= '#333333';
}
if (sw == 0) {
document.getElementById('avt7').style.visibility = 'visible';
document.getElementById('avt7').style.backgroundColor= '#999999';
}
}
function schiarisci_foto_accessori(sw) {
if (sw == 1) {
document.getElementById('foto7').style.visibility = 'visible';
document.getElementById("foto7").style.opacity = 0.5;
document.getElementById('avt7').style.backgroundColor= '#333333';
}
if (sw == 0) {
document.getElementById('foto7').style.visibility = 'visible';
document.getElementById("foto7").style.opacity = 1;
document.getElementById('avt7').style.backgroundColor= '#999999';
}
}
//CICLO FOTO ACCESSORI - FINE
 

// CICLO FOTO AMSP - INIZIO
function scurisci_tasto_amsp(sw) {
if (sw == 1) {
document.getElementById('avtamsp').style.visibility = 'visible';
document.getElementById('avtamsp').style.backgroundColor= '#333333';
}
if (sw == 0) {
document.getElementById('avtamsp').style.visibility = 'visible';
document.getElementById('avtamsp').style.backgroundColor= '#999999';
}
}
function schiarisci_foto_amsp(sw) {
if (sw == 1) {
document.getElementById('foto6').style.visibility = 'visible';
document.getElementById("foto6").style.opacity = 0.5;
document.getElementById('avtamsp').style.backgroundColor= '#333333';
}
if (sw == 0) {
document.getElementById('foto6').style.visibility = 'visible';
document.getElementById("foto6").style.opacity = 1;
document.getElementById('avtamsp').style.backgroundColor= '#999999';
}
}
//CICLO FOTO AMSP - FINE 

// CICLO FOTO NZDS - INIZIO
function scurisci_tasto_nzds(sw) {
if (sw == 1) {
document.getElementById('avtnzds').style.visibility = 'visible';
document.getElementById('avtnzds').style.backgroundColor= '#333333';
}
if (sw == 0) {
document.getElementById('avtnzds').style.visibility = 'visible';
document.getElementById('avtnzds').style.backgroundColor= '#999999';
}
}
function schiarisci_foto_nzds(sw) {
if (sw == 1) {
document.getElementById('foto7').style.visibility = 'visible';
document.getElementById("foto7").style.opacity = 0.5;
document.getElementById('avtnzds').style.backgroundColor= '#333333';
}
if (sw == 0) {
document.getElementById('foto7').style.visibility = 'visible';
document.getElementById("foto7").style.opacity = 1;
document.getElementById('avtnzds').style.backgroundColor= '#999999';
}
}
//CICLO FOTO NZDS - FINE 
