function WinOpenGaleria(loct,nazwa,height,width) {
msg=window.open(loct,nazwa,"height="+height+",width="+width+",toolbar=no,scrollbars=no,menubar=no");
msg.focus();
}
