﻿function openGallery(id) 
{
    newWindow = window.open("/galeria/" + id + ".aspx", "_blank", "width=980,height=720,scrollbars=auto,resizable,screenX=150,screenY=10,status=0").focus();
    return;
}