function show( id ){ $("#" + id).slideDown('slow'); } function hide( id ){ $("#" + id).slideUp('slow'); }