function showCollectionMenu() {
    $('#collection-menu').show();
}

function hideCollectionMenu() {
    $('#collection-menu').hide();
}


