function openGalleryImage(id, width, height)
{
    height += 120;
    var w = document.open('/gallery_image.php?' + id, 'galleryImageWindow', 'width=' + width + ',height=' + height + ',innerWidth=' + width + ',innerHeight=' + height + ',alwaysRaised=1');

    return !w;
}
