
<!--
function openREZ()
{

var left = (screen.availWidth-620)/2;
var top = (screen.availHeight-420)/2;
window.open("rezerwacja.php","Rezerwacja","Width=620,Height=420,left="+ left +",top="+ top +",scrollbars=yes,resizable=no,fullscreen=no");
}
//-->


<!--
function openCEN()
{

var left = (screen.availWidth-620)/2;
var top = (screen.availHeight-300)/2;
window.open("cennik.php","Rezerwacja","Width=620,Height=300,left="+ left +",top="+ top +",scrollbars=no,resizable=no,fullscreen=no");
}
//-->


<!--
function openGAL(str)
{

var left = (screen.availWidth-620)/2;
var top = (screen.availHeight-560)/2;
window.open("galeria.php"+str,"Rezerwacja","Width=620,Height=560,left="+ left +",top="+ top +",scrollbars=no,resizable=no,fullscreen=no");
}
//-->

