b0off = new Image();
b0off.src = "gfx/btn_diamenty.gif";
b0on = new Image();
b0on.src = "gfx/btn_diamenty2.gif";

b1off = new Image();
b1off.src = "gfx/btn_bizuteria.gif";
b1on = new Image();
b1on.src = "gfx/btn_bizuteria2.gif";

b2off = new Image();
b2off.src = "gfx/btn_slub.gif";
b2on = new Image();
b2on.src = "gfx/btn_slub2.gif";

b3off = new Image();
b3off.src = "gfx/btn_zegarki.gif";
b3on = new Image();
b3on.src = "gfx/btn_zegarki2.gif";

b4off = new Image();
b4off.src = "gfx/btn_klient.gif";
b4on = new Image();
b4on.src = "gfx/btn_klient2.gif";

b5off = new Image();
b5off.src = "gfx/btn_salony.gif";
b5on = new Image();
b5on.src = "gfx/btn_salony2.gif";

b6off = new Image();
b6off.src = "gfx/btn_firma.gif";
b6on = new Image();
b6on.src = "gfx/btn_firma2.gif";

function myfun() {
	if (xmenu == 0) {
		document.gfx['b1'].src=b1off.src;
	}
}

function myfun2() {
	if (ymenu == 0) {
		document.gfx['b2'].src=b2off.src;
	}
}