b0off = new Image();
b0off.src = "gfx/m_firma.gif";
b0on = new Image();
b0on.src = "gfx/m_firma1.gif";

b1off = new Image();
b1off.src = "gfx/m_sow.gif";
b1on = new Image();
b1on.src = "gfx/m_sow1.gif";

b2off = new Image();
b2off.src = "gfx/m_kolektory.gif";
b2on = new Image();
b2on.src = "gfx/m_kolektory1.gif";

b3off = new Image();
b3off.src = "gfx/m_technika_basenowa.gif";
b3on = new Image();
b3on.src = "gfx/m_technika_basenowa1.gif";

b4off = new Image();
b4off.src = "gfx/m_zadaszenia_basenow.gif";
b4on = new Image();
b4on.src = "gfx/m_zadaszenia_basenow1.gif";

b5off = new Image();
b5off.src = "gfx/m_refer.gif";
b5on = new Image();
b5on.src = "gfx/m_refer1.gif";

b6off = new Image();
b6off.src = "gfx/m_praca.gif";
b6on = new Image();
b6on.src = "gfx/m_praca1.gif";

b7off = new Image();
b7off.src = "gfx/m_kontakt.gif";
b7on = new Image();
b7on.src = "gfx/m_kontakt1.gif";

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

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