<!-- //

var browser = navigator.appName.substring(0,8);
var version = parseInt(navigator.appVersion); 
var javasupport = ((browser == "Netscape") && (version >= 3)) || ((browser == "Microsof") && (version >= 4));
if ((navigator.userAgent.substring(0,9) == "Mozilla/3") || (navigator.userAgent.substring(0,9) == "Mozilla/4"))
 ns = true;

if (javasupport) {
skola_1 = new Image;
skola_1.src = "tlacitka/skola_1.gif";
skola_0 = new Image;
skola_0.src = "tlacitka/skola_0.gif";
paragliding_1 = new Image;
paragliding_1.src = "tlacitka/paragliding_1.gif";
paragliding_0 = new Image;
paragliding_0.src = "tlacitka/paragliding_0.gif";
kurzy_1 = new Image;
kurzy_1.src = "tlacitka/kurzy_1.gif";
kurzy_0 = new Image;
kurzy_0.src = "tlacitka/kurzy_0.gif";
terminy_1 = new Image;
terminy_1.src = "tlacitka/terminy_1.gif";
terminy_0 = new Image;
terminy_0.src = "tlacitka/terminy_0.gif";
aktuality_1 = new Image;
aktuality_1.src = "tlacitka/aktuality_1.gif";
aktuality_0 = new Image;
aktuality_0.src = "tlacitka/aktuality_0.gif";
tandemy_1 = new Image;
tandemy_1.src = "tlacitka/tandemy_1.gif";
tandemy_0 = new Image;
tandemy_0.src = "tlacitka/tandemy_0.gif";
obchod_1 = new Image;
obchod_1.src = "tlacitka/obchod_1.gif";
obchod_0 = new Image;
obchod_0.src = "tlacitka/obchod_0.gif";
tereny_1 = new Image;
tereny_1.src = "tlacitka/tereny_1.gif";
tereny_0 = new Image;
tereny_0.src = "tlacitka/tereny_0.gif";
ubytovanie_1 = new Image;
ubytovanie_1.src = "tlacitka/ubytovanie_1.gif";
ubytovanie_0 = new Image;
ubytovanie_0.src = "tlacitka/ubytovanie_0.gif";
fotogaleria_1 = new Image;
fotogaleria_1.src = "tlacitka/fotogaleria_1.gif";
fotogaleria_0 = new Image;
fotogaleria_0.src = "tlacitka/fotogaleria_0.gif";
diskusia_1 = new Image;
diskusia_1.src = "tlacitka/diskusia_1.gif";
diskusia_0 = new Image;
diskusia_0.src = "tlacitka/diskusia_0.gif";
kontakt_1 = new Image;
kontakt_1.src = "tlacitka/kontakt_1.gif";
kontakt_0 = new Image;
kontakt_0.src = "tlacitka/kontakt_0.gif";
vysledky_1 = new Image;
vysledky_1.src = "tlacitka/vysledky_1.gif";
vysledky_0 = new Image;
vysledky_0.src = "tlacitka/vysledky_0.gif";
laa_1 = new Image;
laa_1.src = "tlacitka/laa_1.gif";
laa_0 = new Image;
laa_0.src = "tlacitka/laa_0.gif";

}


function img_act(imgName)
{
	if (javasupport) {document[imgName].src = eval(imgName + "_1.src"); }
}

function img_deact(imgName)
{
	if (javasupport) {document[imgName].src = eval(imgName + "_0.src"); }
}


//-->

