function popup(galerie)
{
popwindow=window.open("galerie/thumbnails.php?album="+galerie,"Details","height=510, width=650,menubar=0,resizable=0,scrollbars=yes,status=0,titlebar=0,toolbar=0,left=150,top=50");
popwindow.focus();
}


var a=screen.width;
var b=screen.height;
function okno(winda)
{
win=window.open (winda,"","width=540,height=300,resizable=yes,scrollbars=yes");
win.moveTo(a/2-270,b/2-160);
}
