﻿function openImg(bigimg)
{

w = 370;
h = 320;
sw = (screen.width-w)/2;
sh = (screen.height-h)/2;
imgWindow=window.open('http://restoranspomodoro.lv/sites/default/files/js/cup.html','_blank','width='+w+',height='+h+',left='+sw+',top='+sh);
imgWindow.focus();
}
