function more(tagId) {
    $('li.tag_' + tagId + ':hidden').slideDown(1000);
    $('#more_' + tagId).hide();
}

