$(document).ready(function(){
// Show Hide Menu
$(".titReceEnt").click(function(){$(".contReceEnt").toggle()});
$(".titCotegory").click(function(){$(".contCotegory").toggle()});
$(".titArchive").click(function(){$(".contArchive").toggle()});
$(".titComment").click(function(){$(".contComment").toggle()});
});


