function NewWnd(pic,pic2,w,h,nazwa){
	nowe=window.open('','',' width='+w+', height='+h+', top=20, left=80, scrollbars=0');
	nowe.focus();
	nowe.document.open();
	nowe.document.writeln('<html><head>');
	nowe.document.writeln('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">');
	nowe.document.writeln('<base href="http://www.tuptup.pl/" />');
	nowe.document.writeln('<title>'+nazwa+'</title>');
	nowe.document.writeln('</head>');
	nowe.document.writeln('<body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >');
	nowe.document.writeln('<table style="cursor: hand;" width="100%" height="100%" cellpadding="0" cellspacing="0" border="0"><tr><td align="center">');
	nowe.document.writeln('<img border="0" name="A" src="'+pic+'" title="Kliknij, aby zobaczyć produkty z tej kolekcji" alt="Kliknij, aby zobaczyć produkty z tej kolekcji" onClick="document.images[\'A\'].src=\''+pic2+'\';">');
	nowe.document.writeln('</td></tr></table>');
	nowe.document.writeln('</body></html>');
	nowe.document.close();
}
function popupclose(){
	document.getElementById('popup').style.display = 'none';
}
function opis_kolekcji(plik){
	window.open(''+plik+'','',' width=650, height=650, top=20, left=80, scrollbars=1');
}