b0off = new Image();
b0off.src = "gfx/btn_onas.gif";
b0on = new Image();
b0on.src = "gfx/btn_onas1.gif";

b1off = new Image();
b1off.src = "gfx/btn_jacht.gif";
b1on = new Image();
b1on.src = "gfx/btn_jacht1.gif";

b2off = new Image();
b2off.src = "gfx/btn_rejsy.gif";
b2on = new Image();
b2on.src = "gfx/btn_rejsy1.gif";

b3off = new Image();
b3off.src = "gfx/btn_bornholm.gif";
b3on = new Image();
b3on.src = "gfx/btn_bornholm1.gif";

b4off = new Image();
b4off.src = "gfx/btn_linki.gif";
b4on = new Image();
b4on.src = "gfx/btn_linki1.gif";

b5off = new Image();
b5off.src = "gfx/btn_goscie.gif";
b5on = new Image();
b5on.src = "gfx/btn_goscie1.gif";

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