b0off = new Image();
b0off.src = "gfx/btn_diamenty.gif";
b0on = new Image();
b0on.src = "gfx/btn_diamenty1.gif";

b1off = new Image();
b1off.src = "gfx/btn_zloto.gif";
b1on = new Image();
b1on.src = "gfx/btn_zloto1.gif";

b2off = new Image();
b2off.src = "gfx/btn_srebro.gif";
b2on = new Image();
b2on.src = "gfx/btn_srebro1.gif";

b3off = new Image();
b3off.src = "gfx/btn_obraczki.gif";
b3on = new Image();
b3on.src = "gfx/btn_obraczki1.gif";

b4off = new Image();
b4off.src = "gfx/btn_bizuteria_meska.gif";
b4on = new Image();
b4on.src = "gfx/btn_bizuteria_meska1.gif";

b5off = new Image();
b5off.src = "gfx/btn_zegarki.gif";
b5on = new Image();
b5on.src = "gfx/btn_zegarki1.gif";

b6off = new Image();
b6off.src = "gfx/btn_akcesoria.gif";
b6on = new Image();
b6on.src = "gfx/btn_akcesoria1.gif";

b7off = new Image();
b7off.src = "gfx/btn_wyszukaj_produkt.gif";
b7on = new Image();
b7on.src = "gfx/btn_wyszukaj_produkt1.gif";

b8off = new Image();
b8off.src = "gfx/btn_esklep.gif";
b8on = new Image();
b8on.src = "gfx/btn_esklep1.gif";

b9off = new Image();
b9off.src = "gfx/btn_salony.gif";
b9on = new Image();
b9on.src = "gfx/btn_salony1.gif";

b10off = new Image();
b10off.src = "gfx/btn_klient.gif";
b10on = new Image();
b10on.src = "gfx/btn_klient1.gif";

b11off = new Image();
b11off.src = "gfx/btn_ekspert.gif";
b11on = new Image();
b11on.src = "gfx/btn_ekspert1.gif";

b12off = new Image();
b12off.src = "gfx/btn_wydarzenia.gif";
b12on = new Image();
b12on.src = "gfx/btn_wydarzenia1.gif";

b13off = new Image();
b13off.src = "gfx/btn_firma.gif";
b13on = new Image();
b13on.src = "gfx/btn_firma1.gif";

b14off = new Image();
b14off.src = "gfx/btn_b2b.gif";
b14on = new Image();
b14on.src = "gfx/btn_b2b1.gif";

b15off = new Image();
b15off.src = "gfx/btn_fashion.gif";
b15on = new Image();
b15on.src = "gfx/btn_fashion1.gif";


function myfun() {
	if (xmenu == 0) {
		document.gfx['b1'].src=b1off.src;
	}
}

function myfun2() {
	if (ymenu == 0) {
		document.gfx['b2'].src=b2off.src;
	}
}
