b0off = new Image();
b0off.src = "gfx/btn_str_glowna1.gif";
b0on = new Image();
b0on.src = "gfx/btn_str_glowna.gif";

b1off = new Image();
b1off.src = "gfx/btn_o_nas1.gif";
b1on = new Image();
b1on.src = "gfx/btn_o_nas.gif";

b2off = new Image();
b2off.src = "gfx/btn_reg_sklepu1.gif";
b2on = new Image();
b2on.src = "gfx/btn_reg_sklepu.gif";

b3off = new Image();
b3off.src = "gfx/btn_zal_konto1.gif";
b3on = new Image();
b3on.src = "gfx/btn_zal_konto.gif";

b4off = new Image();
b4off.src = "gfx/btn_koszyk1.gif";
b4on = new Image();
b4on.src = "gfx/btn_koszyk.gif";

b5off = new Image();
b5off.src = "gfx/btn_wydawnictwo1.gif";
b5on = new Image();
b5on.src = "gfx/btn_wydawnictwo.gif";

b6off = new Image();
b6off.src = "gfx/btn_wspolpraca.gif";
b6on = new Image();
b6on.src = "gfx/btn_wspolpraca1.gif";

b7off = new Image();
b7off.src = "gfx/btn_kontakt.gif";
b7on = new Image();
b7on.src = "gfx/btn_kontakt1.gif";

function myfun() {
	if (xmenu == 0) {
		document.gfx['b1'].src=b1off.src;
	}
}

function myfun2() {
	if (ymenu == 0) {
		document.gfx['b2'].src=b2off.src;
	}
}
