function gal__enlarge__max(id)
{
    wname = 'image_' + id;
    w = screen.width;
    h = screen.height;
    st = 1;
    tool = 0;
    scrolll = 1;
    resize = 1;
    
    wd = window.open('image__max.php5?id=' + id, wname, 'fullscreen=1, status=' + st + ', toolbar=' + tool + ', scrollbars=' + scrolll + ', resizable=' + resize);
}


