/*
**
** Author:	Tomasz Zych
** Language:	JScript
**
*/

function galeria(ktora)
{
x=(screen.width)/2-260;
y=(screen.height)/2-242;
window.open('galeria/'+ktora+'.htm','','left='+x+',top='+y+',toolbar=no,scrollbars=no,resizable=no,status=no,location=no,directories=no,menubar=no,width=520,height=484');
}

function mapa()
{
x=(screen.width)/2-230;
y=(screen.height)/2-210;
window.open('mapa/1.htm','','left='+x+',top='+y+',toolbar=no,scrollbars=no,resizable=no,status=no,location=no,directories=no,menubar=no,width=460,height=420');
}

function zd(ktore)
{
x=(screen.width)/2-350;
y=(screen.height)/2-275;
window.open(ktore+'.htm','','left='+x+',top='+y+',toolbar=no,scrollbars=no,resizable=no,status=no,location=no,directories=no,menubar=no,width=700,height=550');
}

function wiadomosc()
{
x=(screen.width)/2-350;
y=(screen.height)/2-150;
window.open('zmiana.htm','','left='+x+',top='+y+',toolbar=no,scrollbars=no,resizable=no,status=no,location=no,directories=no,menubar=no,width=700,height=300');
}
