b0off = new Image();
b0off.src = "gfx/btn_of.gif";
b0on = new Image();
b0on.src = "gfx/btn_of1.gif";

b1off = new Image();
b1off.src = "gfx/btn_oferta.gif";
b1on = new Image();
b1on.src = "gfx/btn_oferta1.gif";

b2off = new Image();
b2off.src = "gfx/btn_promy.gif";
b2on = new Image();
b2on.src = "gfx/btn_promy1.gif";

b3off = new Image();
b3off.src = "gfx/btn_noclegi.gif";
b3on = new Image();
b3on.src = "gfx/btn_noclegi1.gif";

b4off = new Image();
b4off.src = "gfx/btn_nb.gif";
b4on = new Image();
b4on.src = "gfx/btn_nb1.gif";

b5off = new Image();
b5off.src = "gfx/btn_przyroda.gif";
b5on = new Image();
b5on.src = "gfx/btn_przyroda1.gif";

b6off = new Image();
b6off.src = "gfx/btn_dz.gif";
b6on = new Image();
b6on.src = "gfx/btn_dz1.gif";

b7off = new Image();
b7off.src = "gfx/btn_aw.gif";
b7on = new Image();
b7on.src = "gfx/btn_aw1.gif";

b8off = new Image();
b8off.src = "gfx/btn_galeria.gif";
b8on = new Image();
b8on.src = "gfx/btn_galeria1.gif";

b9off = new Image();
b9off.src = "gfx/btn_kontakt.gif";
b9on = new Image();
b9on.src = "gfx/btn_kontakt1.gif";

b10off = new Image();
b10off.src = "gfx/btn_linki.gif";
b10on = new Image();
b10on.src = "gfx/btn_linki1.gif";


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

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