b0off = new Image();
b0off.src = "gfx/btn_borno.gif";
b0on = new Image();
b0on.src = "gfx/btn_borno1.gif";

b1off = new Image();
b1off.src = "gfx/btn_miasta.gif";
b1on = new Image();
b1on.src = "gfx/btn_miasta1.gif";

b2off = new Image();
b2off.src = "gfx/btn_wz.gif";
b2on = new Image();
b2on.src = "gfx/btn_wz1.gif";

b3off = new Image();
b3off.src = "gfx/btn_rower.gif";
b3on = new Image();
b3on.src = "gfx/btn_rower1.gif";

b4off = new Image();
b4off.src = "gfx/btn_akty.gif";
b4on = new Image();
b4on.src = "gfx/btn_akty1.gif";

b5off = new Image();
b5off.src = "gfx/btn_nocl.gif";
b5on = new Image();
b5on.src = "gfx/btn_nocl1.gif";

b6off = new Image();
b6off.src = "gfx/btn_jakdoj.gif";
b6on = new Image();
b6on.src = "gfx/btn_jakdoj1.gif";

b7off = new Image();
b7off.src = "gfx/btn_atr.gif";
b7on = new Image();
b7on.src = "gfx/btn_atr1.gif";

b8off = new Image();
b8off.src = "gfx/btn_gal.gif";
b8on = new Image();
b8on.src = "gfx/btn_gal1.gif";

b9off = new Image();
b9off.src = "gfx/btn_forum.gif";
b9on = new Image();
b9on.src = "gfx/btn_forum1.gif";

b10off = new Image();
b10off.src = "gfx/btn_kontakt.gif";
b10on = new Image();
b10on.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;
	}
}