function focus() {
for (a=0;a<document.links.length;)
document.links[a].onfocus=document.links[a++].blur;
}

function opennew1(pic)
{
nowe = open('about:blank',"nowe","toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,dependent=1,hotkeys=0,scrollbars=1,titlebar=0,z-lock=1,width="+550+",height="+360+"");
nowe.moveTo(40,10);
nowe.document.write('<html><head><TITLE>:: Zakład tapicerski - Anatol Korolczuk ::</TITLE><META content="text/html; charset=iso-8859-2" http-equiv="content-type"></head><body style="margin:0px" bgcolor="#DBEFF8">');
nowe.document.write('<center><table height=100%><tr><td valign=middle><a href=javascript:window.close();><img alt="Zamknij" border=0 style="border:solid 1px #000000" src="');
nowe.document.write(pic);
nowe.document.write('"></a></center></td></tr></table>');
nowe.document.write('</body></html>');
}

function openwin(link,wi,he) { if (he>600) he=600; if (wi>510) wi=510; w=window.open(link,"","width="+eval(13+wi)+",height="+he+",scrollbars=yes,resizable=yes"); w.creator=self; }

