$(document).ready(function(){ $('#eveInfCom').click(function() { $(".textHome").hide(); $("#content1").show(); }); $('#traInfCom').click(function() { $(".textHome").hide(); $("#content2").show(); }); $('#infPolRca').click(function() { $(".textHome").hide(); $("#content3").show(); }); $('#infPolInf').click(function() { $(".textHome").hide(); $("#content4").show(); }); $('#infLav').click(function() { $(".textHome").hide(); $("#content5").show(); }); $('#malProf').click(function() { $(".textHome").hide(); $("#content6").show(); }); });