function PopupImage(img) {
	titre="WYKROJNIKI.com.pl";
	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=#B9EBF9 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='gfx/"+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();
}

function noweOkno(rysunek,w,h,scroll,pos) {

if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}	settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
	oknoMod = window.open(rysunek,'oknoKs',settings) 
	oknoMod.focus()
}
