firma = new Image(); firma.src = "pic/firma.gif";
firma2 = new Image(); firma2.src = "pic/firma2.gif";

oferta = new Image(); oferta.src = "pic/oferta.gif";
oferta2 = new Image(); oferta2.src = "pic/oferta2.gif";

produkty = new Image(); produkty.src = "pic/produkty.gif";
produkty2 = new Image(); produkty2.src = "pic/produkty2.gif";

kontakt = new Image(); kontakt.src = "pic/kontakt.gif";
kontakt2 = new Image(); kontakt2.src = "pic/kontakt2.gif";

<!-- repeat the lines above for any subsequent images. -->

function swap()
{
	if (document.images)
	{
		for (var x=0;
		x<swap.arguments.length;
		x+=2) 
		{
			document[swap.arguments[x]].src = eval(swap.arguments[x+1] + ".src");
		}
	}
}
