<!--
function okienko(url,szer,wys) {
config='toolbar=no,location=no,directories=no,status=no,menubar=no,width=' + szer + ',height=' + wys + ',scrollbars=yes,resizable=no'
pop = window.open ("pozdrowienia.html","pop",config)


}
-->