function openGalleryImage(id, width, height)
{
    height += 120;
    var w = document.open('/gallery_image.php?' + id, 'galleryImageWindow', 'width=' + width + ',height=' + height + ',menubar=0,status=0,scrollbars=1,toolbar=0,directories=0,hotkeys=0,location=0,personalbar=0,resizable=0,alwaysRaised=1');

    return !w;
}
