// JavaScript Document

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){
				nasza_firma_off = new Image();
				nasza_firma_off.src = "gfx/des/butt/nasza_firma_off.gif";
				nasza_firma_on = new Image();
				nasza_firma_on.src = "gfx/des/butt/nasza_firma_on.gif";
				
				oferta_off = new Image();
				oferta_off.src = "gfx/des/butt/oferta_off.gif";
				oferta_on = new Image();
				oferta_on.src = "gfx/des/butt/oferta_on.gif";
				
				wspolpraca_off = new Image();
				wspolpraca_off.src = "gfx/des/butt/wspolpraca_off.gif";
				wspolpraca_on = new Image();
				wspolpraca_on.src = "gfx/des/butt/wspolpraca_on.gif";
				
				kontakt_off = new Image();
				kontakt_off.src = "gfx/des/butt/kontakt_off.gif";
				kontakt_on = new Image();
				kontakt_on.src = "gfx/des/butt/kontakt_on.gif";	
				
			}

