function openGallery()
{
    var title = "Galeria";
    galleryWindow = window.open(fwBaseUrl + '/galerie.html', title, 'width=770,height=770,left=0,top=0,toolbar=no,location=no,scrollbars=no,status=no,resizable=no,fullscreen=yes');
}