function init(){
	initialized = 1;
}

function swap(img,state){
	if (document.images && initialized) {
		eval("document.images['"+img+"'].src = "+img+state+".src");
	}
}

function swapInit(){

	mG_2 = new Image();
	mG_2on = new Image();
	mG_2.src = "images/rollovers/powitanie0.gif";
	mG_2on.src = "images/rollovers/powitanie1.gif";

	mG_3 = new Image();
	mG_3on = new Image();
	mG_3.src = "images/rollovers/omnie0.gif";
	mG_3on.src = "images/rollovers/omnie1.gif";

	mG_4 = new Image();
	mG_4on = new Image();
	mG_4.src = "images/rollovers/dyskografia0.gif";
	mG_4on.src = "images/rollovers/dyskografia1.gif";

	mG_5 = new Image();
	mG_5on = new Image();
	mG_5.src = "images/rollovers/posluchaj0.gif";
	mG_5on.src = "images/rollovers/posluchaj1.gif";

	mG_6 = new Image();
	mG_6on = new Image();
	mG_6.src = "images/rollovers/galeria0.gif";
	mG_6on.src = "images/rollovers/galeria1.gif";

	mG_7 = new Image();
	mG_7on = new Image();
	mG_7.src = "images/rollovers/przyjaciele0.gif";
	mG_7on.src = "images/rollovers/przyjaciele1.gif";

	mG_8 = new Image();
	mG_8on = new Image();
	mG_8.src = "images/rollovers/kontakt0.gif";
	mG_8on.src = "images/rollovers/kontakt1.gif";

	mG_9 = new Image();
	mG_9on = new Image();
	mG_9.src = "images/rollovers/ksiega0.gif";
	mG_9on.src = "images/rollovers/ksiega1.gif";

	mG_10 = new Image();
	mG_10on = new Image();
	mG_10.src = "images/rollovers/archiwum0.gif";
	mG_10on.src = "images/rollovers/archiwum1.gif";
}
