b0off = new Image();
b0off.src = "gfx/btn-ba.gif";
b0on = new Image();
b0on.src = "gfx/btn-ba1a.gif";

b1off = new Image();
b1off.src = "gfx/btn-la.gif";
b1on = new Image();
b1on.src = "gfx/btn-la1a.gif";

b2off = new Image();
b2off.src = "gfx/btn-md.gif";
b2on = new Image();
b2on.src = "gfx/btn-md1a.gif";

b3off = new Image();
b3off.src = "gfx/btn-ww.gif";
b3on = new Image();
b3on.src = "gfx/btn-ww1a.gif";

b4off = new Image();
b4off.src = "gfx/btn-ak.gif";
b4on = new Image();
b4on.src = "gfx/btn-ak1a.gif";

b5off = new Image();
b5off.src = "gfx/btn-ko.gif";
b5on = new Image();
b5on.src = "gfx/btn-ko1a.gif";

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

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