// 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");
	}
}
var baseUrl = 'http://'+window.location.hostname+'/public/';

			if (document.images){
				handel1_off = new Image();
				handel1_off.src = baseUrl+"gfx/frontend/des/butt/handel1_off.gif";
				handel1_on = new Image();
				handel1_on.src = baseUrl+"gfx/frontend/des/butt/handel1_on.gif";
				
				gastronomia1_off = new Image();
				gastronomia1_off.src = baseUrl+"gfx/frontend/des/butt/gastronomia1_off.gif";
				gastronomia1_on = new Image();
				gastronomia1_on.src = baseUrl+"gfx/frontend/des/butt/gastronomia1_on.gif";
				
				biznes1_off = new Image();
				biznes1_off.src = baseUrl+"gfx/frontend/des/butt/biznes1_off.gif";
				biznes1_on = new Image();
				biznes1_on.src = baseUrl+"gfx/frontend/des/butt/biznes1_on.gif";
				
				przemysl1_off = new Image();
				przemysl1_off.src = baseUrl+"gfx/frontend/des/butt/przemysl1_off.gif";
				przemysl1_on = new Image();
				przemysl1_on.src = baseUrl+"gfx/frontend/des/butt/przemysl1_on.gif";
				
				handel2_off = new Image();
				handel2_off.src = baseUrl+"gfx/frontend/des/butt/handel2_off.gif";
				handel2_on = new Image();
				handel2_on.src = baseUrl+"gfx/frontend/des/butt/handel2_on.gif";
				
				gastronomia2_off = new Image();
				gastronomia2_off.src = baseUrl+"gfx/frontend/des/butt/gastronomia2_off.gif";
				gastronomia2_on = new Image();
				gastronomia2_on.src = baseUrl+"gfx/frontend/des/butt/gastronomia2_on.gif";
				
				biznes2_off = new Image();
				biznes2_off.src = baseUrl+"gfx/frontend/des/butt/biznes2_off.gif";
				biznes2_on = new Image();
				biznes2_on.src = baseUrl+"gfx/frontend/des/butt/biznes2_on.gif";
				
				przemysl2_off = new Image();
				przemysl2_off.src = baseUrl+"gfx/frontend/des/butt/przemysl2_off.gif";
				przemysl2_on = new Image();
				przemysl2_on.src = baseUrl+"gfx/frontend/des/butt/przemysl2_on.gif";
				
				
			}

