﻿// open gallery window
function openGalleryWindow (url)
{
    window.open (url, 'gallery', 'fullscreen=yes;scrollbars=yes;');
}