// funzione per caricare gli swf senza blocco function generatorflash(versione,larghezza,altezza,allineamento,nomefile,menu,coloreSfondo,traspSfondo,qualita) { var N1; N1=(''); N1= N1+ (''); //Nome del file N1= N1+ (''); //Visibilità del menu - true (visible) - false (invisibile) N1= N1+ (' '); //Colore dello sfondo - es. #000000 (nero) N1= N1+ (' '); //Trasparenza dello sfondo - normal (normale) - opaque (opaco) - transparent (trasparente) N1= N1+ (''); //Qualita del file - low (bassa) - medium (media) - high (alta) - best (migliore) N1= N1+ (' '); //Abilita il fullscreen N1= N1+ (' '); //Sicurezza - non toccare N1= N1+ ('') document.write(N1); } function accetta2(){ document.getElementById('submit_button').disabled=!document.getElementById('acconsento').checked; document.getElementById('submit_button').style.cursor = 'pointer'; } function hideshowita(){ document.getElementById('menuLeftita').style.display="inline"; document.getElementById('langHome').style.display="none"; document.getElementById('footer').style.display="none"; } function hideshoweng(){ document.getElementById('menuLefteng').style.display="inline"; document.getElementById('langHome').style.display="none"; document.getElementById('footer').style.display="none"; document.getElementById('flashHomeIta').style.display="none"; document.getElementById('flashHomeEng').style.display="inline"; }