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