<!--
function otworz_main(adres)
{
	parent.main.location.href=adres;
}

function PokazOkno(url, width, height) {
        var Win = window.open(url,"Zdjêcie",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no,left=50,top=50');
}
// -->