<!--
function view(plik,szer,wys) {
config='left=50,top=50,width='+szer+',height='+wys+',innerheight='+wys+',innerwidth='+szer+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no';
desc='okno';
okn=window.open('',desc,config)
okn.document.write('<HTML><HEAD>');
okn.document.write('<TITLE>Devon Rex</title>');
okn.document.write('</HEAD>');
okn.document.write('<body bgcolor=white leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>');
okn.document.write('<DIV align=center><a href=# onclick="javascript:self.close();"><img src='+plik+' border=0></A></DIV>');
okn.document.write('</body></html>');
}


//-->
