function popup(img, w, h)
{
	window.open(img, "serwis","noresize=0,marginheight=0,marginwidth=0,width="+w+",height="+h+"");
	return false;
}

