$(document).ready (function() { $("#azienda").hide(); $("#news").hide(); $("#contatti").hide(); $("#brochure").hide(); $("#portfolio").hide(); $("#initalia").hide(); $("#databases").hide(); $("#sviluppo").hide(); $("#networking").hide(); $("#scuola").hide(); $("#pretaporter").hide(); $("#web").hide(); $("#mobile").hide(); $("#ecommerce").hide(); $("#hosting").hide(); newsSlider(); }); function inizio() { chiuditutto(); $("#corpoindex").show(); }; function apri(x) { chiuditutto(); $(x).show(); }; function chiuditutto() { $("#corpoindex").hide(); $("#azienda").hide(); $("#news").hide(); $("#contatti").hide(); $("#brochure").hide(); $("#portfolio").hide(); $("#initalia").hide(); $("#databases").hide(); $("#sviluppo").hide(); $("#networking").hide(); $("#scuola").hide(); $("#pretaporter").hide(); $("#web").hide(); $("#mobile").hide(); $("#ecommerce").hide(); $("#hosting").hide(); }; function change_menu(x, y) { if (y == 1) { document.getElementById(x).className = "container_hover"; document.getElementById('m' + x).style.display = ""; } else { document.getElementById(x).className = "consumers_container"; document.getElementById('m' + x).style.display = "none"; } }