function pop(img)
{
	p=window.open('','shout','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=400,height=500');
	p.document.open();
	p.document.write("<html><head><title>SENTI - producent oswietlenia.</title></head><body bgcolor='#FFFFFF' text='#000000' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0' onload='self.focus();'>");
	p.document.write("<a href='javascript:window.close();'><img src='./"+img+"' width='400' height='500' border='0'>");
	p.document.write("</a></body></html>");
	p.document.close();
}
