﻿function openGalleryWindow(image, width, height) {
    window.open('images/gallery/' + image, '', 'width=' + width + ',height=' + height + ',left=200,top=75');
}
