/* $Id: molilab.gallery.js 34 2008-04-06 20:05:24Z alpha $ */
function view (number) {
    $('#imgviewer .active').removeClass('active').hide();
    $('#image'+number).addClass('active').show();
    $('#toolbox .active').removeClass('active').hide();
    $('#tools'+number).addClass('active').show();
}