function msover(name)
{	if (document.images)
	{	document.images[name].src = eval (name + "_on.src");
	}
}

function msout(name)
{	if (document.images)
	{	document.images[name].src = eval (name + "_off.src");
	}
}

			if (document.images){
				oautorze_off = new Image();
				oautorze_off.src = "gfx/des/butt/oautorze_off.png";
				oautorze_on = new Image();
				oautorze_on.src = "gfx/des/butt/oautorze_on.png";
				
				ogalerii_off = new Image();
				ogalerii_off.src = "gfx/des/butt/ogalerii_off.png";
				ogalerii_on = new Image();
				ogalerii_on.src = "gfx/des/butt/ogalerii_on.png";
				
				nasprzedaz_off = new Image();
				nasprzedaz_off.src = "gfx/des/butt/nasprzedaz_off.png";
				nasprzedaz_on = new Image();
				nasprzedaz_on.src = "gfx/des/butt/nasprzedaz_on.png";
				
				galeria_off = new Image();
				galeria_off.src = "gfx/des/butt/galeria_off.png";
				galeria_on = new Image();
				galeria_on.src = "gfx/des/butt/galeria_on.png";
				
				kontaktpl_off = new Image();
				kontaktpl_off.src = "gfx/des/butt/kontakt_off.png";
				kontaktpl_on = new Image();
				kontaktpl_on.src = "gfx/des/butt/kontakt_on.png";
				
				uberautor_off = new Image();
				uberautor_off.src = "../gfx/des/butt/uberautor_off.png";
				uberautor_on = new Image();
				uberautor_on.src = "../gfx/des/butt/uberautor_on.png";
				
				ubergalerie_off = new Image();
				ubergalerie_off.src = "../gfx/des/butt/ubergalerie_off.png";
				ubergalerie_on = new Image();
				ubergalerie_on.src = "../gfx/des/butt/ubergalerie_on.png";
				
				zuverkaufen_off = new Image();
				zuverkaufen_off.src = "../gfx/des/butt/zuverkaufen_off.png";
				zuverkaufen_on = new Image();
				zuverkaufen_on.src = "../gfx/des/butt/zuverkaufen_on.png";
				
				bildergalerie_off = new Image();
				bildergalerie_off.src = "../gfx/des/butt/bildergalerie_off.png";
				bildergalerie_on = new Image();
				bildergalerie_on.src = "../gfx/des/butt/bildergalerie_on.png";
				
				kontaktde_off = new Image();
				kontaktde_off.src = "../gfx/des/butt/kontakt_off.png";
				kontaktde_on = new Image();
				kontaktde_on.src = "../gfx/des/butt/kontakt_on.png";
				
				aboutauthor_off = new Image();
				aboutauthor_off.src = "../gfx/des/butt/aboutauthor_off.png";
				aboutauthor_on = new Image();
				aboutauthor_on.src = "../gfx/des/butt/aboutauthor_on.png";
				
				aboutgallery_off = new Image();
				aboutgallery_off.src = "../gfx/des/butt/aboutgallery_off.png";
				aboutgallery_on = new Image();
				aboutgallery_on.src = "../gfx/des/butt/aboutgallery_on.png";
				
				forsale_off = new Image();
				forsale_off.src = "../gfx/des/butt/forsale_off.png";
				forsale_on = new Image();
				forsale_on.src = "../gfx/des/butt/forsale_on.png";
				
				picturegallery_off = new Image();
				picturegallery_off.src = "../gfx/des/butt/picturegallery_off.png";
				picturegallery_on = new Image();
				picturegallery_on.src = "../gfx/des/butt/picturegallery_on.png";
				
				contact_off = new Image();
				contact_off.src = "../gfx/des/butt/contact_off.png";
				contact_on = new Image();
				contact_on.src = "../gfx/des/butt/contact_on.png";
				
			}

