
function popup(foto,szer,wys,nazwa_okna)
{

config='toolbar=no,location=no,directories=no,status=no,menubar=no,width='+szer+',height='+wys+' ,scrollbars=no,resizable=no,top=50';
var pop = window.open ("",nazwa_okna,config);
pop.document.write('<html><head> <link rel="STYLESHEET" type="text/css" href="styl1.css"> </head><body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0"><a title="Close window" href="javascript:window.close()"><img  src="'+foto+'" border=0  > </a></body></html>');


}

