ArtQuiver.ArtistGallery = {};

ArtQuiver.ArtistGallery.createYourOwn = function() {
    $('create-gallery-dialog').show();
};

ArtQuiver.ArtistGallery.closeInstructions = function() {
    $('create-gallery-dialog').hide();
};

ArtQuiver.SwfGallery.showDetail = function(quiver_item_id, item_url) {
    window.top.location.href = item_url;
};