function imgbig(url, size_w, size_h, scroll) {


	msg=open('','default','scrollbars='+scroll+',toolbar=no,directories=no,menubar=no,width='+size_w+',height='+size_h+',left=20,top=20');


    msg.document.write("<HTML><HEAD><TITLE>Tygodnik Motoryzacyjny AUTO-INFO</TITLE></HEAD>");


    msg.document.write("<BODY BGCOLOR=white TEXT=#8F82AE TOPMARGIN=0 LEFTMARGIN=0 MARGINHEIGHT=0 MARGINWIDTH=0>");


    msg.document.write("<CENTER><a href='javascript:window.close();'><IMG SRC='"+url+"' ALT='' BORDER='0'></a><BR><BR>");


	msg.document.write("</BODY></HTML>");


    }


	


	function okienko(plik,w,h, toolbar, resizable)


{


		


	if(window.screen)


	{


		aw = screen.availWidth;


		ah = screen.availHeight;


	}


	else


	{


		aw=640;


		ah=480;


	}


	dane="width="+w+",height="+h+",left="+(aw-w)/2+",top="+(ah-h)/2 +",toolbar="+toolbar+",location=no,directories=no,"+"status=no,menubar=no,"+"scrollbars=yes,resizable=" + resizable;


	okno=window.open(plik,'okienko',dane);


}




