function PopupImage(img) {
	titre="DREWDOM";
	w=open("",'image','width=400,height=400,toolbar=no,scrollbars=no,resizable=no,status=yes');	
	w.document.write("<HTML><HEAD><link rel=stylesheet href=style/style2.css type=text/css><TITLE>"+titre+"</TITLE></HEAD>");
	w.document.write("<SCRIPT language=javascript>function checksize()  { if (document.images[0].complete) {  window.resizeTo(document.images[0].width+50,document.images[0].height+78); window.focus(); self.moveTo(0,0)} else { setTimeout('check()',5) } }</"+"SCRIPT>");
	w.document.write("<BODY bgcolor=#6A0303 onload='checksize()' leftMargin=0 topMargin=0><table class=c width=100% height=100%><tr><td width=100%><center><a href=javascript:window.close()><IMG src='oferta/"+img+"' border=0 alt='Zamknij okno' style='border: 1 solid #000000'></a></center></td></tr></table>");
	w.document.write("");
	w.document.write("</BODY></HTML>");
	w.document.close();
}