/* File di customizzazione per gli script js*/ function ConfigureSite(){ window.open('/Previewer_sito_identitario/start.html','','top=0,left=0,width=1024,height=740,status=no,menubar=no,resizable=yes,scrollbars=yes') } /* Funzione richiamata nel LANCIO1 */ function visualizzaLancio(id, isOnLoad){ for (i=0; i<2; i++) { if ((i+1)==id){ document.getElementById('immagine' + (i+1)).style.display = 'block'; document.getElementById('tab' + (i+1)).className = 'tabSelected' + id; }else{ document.getElementById('immagine' + (i+1)).style.display = 'none'; document.getElementById('tab' + (i+1)).className = 'tabNotSelected' + id; } } } function SwitchMenu(obj){ if(document.getElementById){ var el = document.getElementById(obj); var ar = document.getElementById("Banner").getElementsByTagName("img"); if(el.style.display != "block"){ for (var i=0; i