var imgName = "";

function imgAct(imgName)
{
document.images[imgName].src=eval(imgName+"on.src")
}

function imgInact(imgName)
{
document.images[imgName].src=eval(imgName+"up.src")
}

function preload(cesta) {
	if (!cesta)
	{
		cesta = './';
	}
		if (document.images) 
		{
		fotoburzaup = new Image(); fotoburzaup.src = cesta + "img/hlavicka/fotoburza.jpg";
		fotoburzaon = new Image(); fotoburzaon.src = cesta + "img/hlavicka/fotoburza_over.jpg";

		bazarup = new Image(); bazarup.src = cesta + "img/hlavicka/bazar.jpg";
		bazaron = new Image(); bazaron.src = cesta + "img/hlavicka/bazar_over.jpg";

		servisup = new Image(); servisup.src = cesta + "img/hlavicka/servis.jpg";
		servison = new Image(); servison.src = cesta + "img/hlavicka/servis_over.jpg";

		aukceup = new Image(); aukceup.src = cesta + "img/hlavicka/aukce.jpg";
		aukceon = new Image(); aukceon.src = cesta + "img/hlavicka/aukce_over.jpg";

		ishopup = new Image(); ishopup.src = cesta + "img/hlavicka/ishop.jpg";
		ishopon = new Image(); ishopon.src = cesta + "img/hlavicka/ishop_over.jpg";

		ofotografiiup = new Image(); ofotografiiup.src = cesta + "img/hlavicka/ofotografii.jpg";
		ofotografiion = new Image(); ofotografiion.src = cesta + "img/hlavicka/ofotografii_over.jpg";
		}
}

function preload_en(cesta) {
	if (!cesta)
	{
		cesta = './';
	}
		if (document.images) 
		{
		fotoburzaup = new Image(); fotoburzaup.src = cesta + "img/hlavicka_en/fotoburza.jpg";
		fotoburzaon = new Image(); fotoburzaon.src = cesta + "img/hlavicka_en/fotoburza_over.jpg";

		bazarup = new Image(); bazarup.src = cesta + "img/hlavicka_en/bazar.jpg";
		bazaron = new Image(); bazaron.src = cesta + "img/hlavicka_en/bazar_over.jpg";

		servisup = new Image(); servisup.src = cesta + "img/hlavicka_en/servis.jpg";
		servison = new Image(); servison.src = cesta + "img/hlavicka_en/servis_over.jpg";

		aukceup = new Image(); aukceup.src = cesta + "img/hlavicka_en/aukce.jpg";
		aukceon = new Image(); aukceon.src = cesta + "img/hlavicka_en/aukce_over.jpg";

		ishopup = new Image(); ishopup.src = cesta + "img/hlavicka_en/ishop.jpg";
		ishopon = new Image(); ishopon.src = cesta + "img/hlavicka_en/ishop_over.jpg";

		ofotografiiup = new Image(); ofotografiiup.src = cesta + "img/hlavicka_en/ofotografii.jpg";
		ofotografiion = new Image(); ofotografiion.src = cesta + "img/hlavicka_en/ofotografii_over.jpg";
		}
}
//-->