$(document).ready(function () {
$('.........').click(function () {
$('.........').slideUp('slow');
if ($(this).next().is(':hidden') == true) {
$(this).next().slideDown('slow');
}
});
$('.........').hide(); // Hide Content
$('.........').show(); // Show the "Home" content by Default
});
вместо точек свои классы