<!--

function PokazOkno(url, width, height) {
        var Win = window.open(url,'fotka','width=' + width + ',height=' + height + ',fullscreen=no,resizable=yes,scrollbars=yes,menubar=no');
}
function PokazOknoStrone(url, url1, width, height) {
        var Win = window.open(url,'fotka','width=' + width + ',height=' + height + ',fullscreen=no,resizable=no,scrollbars=no,menubar=no');
	parent.location.href=url1;
}
function otworz_main(adres)
{
	parent.main.location.href=adres;
}
function otworz_tresc(adres)
{
	parent.tresc.location.href=adres;
}
function otworz_produkty(adres)
{
	parent.produkty.location.href=adres;
}
-->

