b0off = new Image();
b0off.src = "gfx/btn_oszwec.gif";
b0on = new Image();
b0on.src = "gfx/btn_oszwec1.gif";

b1off = new Image();
b1off.src = "gfx/btn_regszwec.gif";
b1on = new Image();
b1on.src = "gfx/btn_regszwec1.gif";

b2off = new Image();
b2off.src = "gfx/btn_miasta.gif";
b2on = new Image();
b2on.src = "gfx/btn_miasta1.gif";

b3off = new Image();
b3off.src = "gfx/btn_aktywny.gif";
b3on = new Image();
b3on.src = "gfx/btn_aktywny1.gif";

b4off = new Image();
b4off.src = "gfx/btn_warto.gif";
b4on = new Image();
b4on.src = "gfx/btn_warto1.gif";

b5off = new Image();
b5off.src = "gfx/btn_galeria.gif";
b5on = new Image();
b5on.src = "gfx/btn_galeria1.gif";

b6off = new Image();
b6off.src = "gfx/btn_promy.gif";
b6on = new Image();
b6on.src = "gfx/btn_promy1.gif";

b7off = new Image();
b7off.src = "gfx/btn_noclegi.gif";
b7on = new Image();
b7on.src = "gfx/btn_noclegi1.gif";

b8off = new Image();
b8off.src = "gfx/btn_forum.gif";
b8on = new Image();
b8on.src = "gfx/btn_forum1.gif";

b9off = new Image();
b9off.src = "gfx/btn_gotl.gif";
b9on = new Image();
b9on.src = "gfx/btn_gotl1.gif";

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

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