function browserCheck(){ //Browsercheck (needed)
	this.ver=navigator.appVersion
	this.agent=navigator.userAgent
	this.dom=document.getElementById?1:0
	this.opera5=(navigator.userAgent.indexOf("Opera")>-1 && document.getElementById)?1:0
	this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom && !this.opera5)?1:0; 
	this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom && !this.opera5)?1:0;
	this.ie7=(this.ver.indexOf("MSIE 7")>-1 && this.dom && !this.opera5)?1:0;
	this.ie4=(document.all && !this.dom && !this.opera5)?1:0;
	this.ie=this.ie4||this.ie5||this.ie6||this.ie7
	this.mac=this.agent.indexOf("Mac")>-1
	this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0; 
	this.ns4=(document.layers && !this.dom)?1:0;
	this.bw=(this.ie7 || this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5)
	return this
}
var browser=browserCheck()
var jsDOM0 = (document.all);
var jsDOM1 = (document.getElementById);
var jsDOM = jsDOM0 || jsDOM1;
var jsDebug = 0;

var iebody=(document.compatMode && document.compatMode != "BackCompat")? document.documentElement : document.body

function getObj (name)
{
    if (typeof name == "object") return name;
    if (jsDOM1) return document.getElementById(name);
    if (jsDOM0) return eval('document.all.'+name);
    else return null;
}


function ChangePic(akcia,obr)
{
	oPic = getObj (akcia);
	oTitle = getObj (akcia+'P');
	oPic.src = 'foto/'+akcia+'/'+obr+'.jpg';
	oTitle.innerHTML = eval(akcia+'['+obr+']');
	//alert(akcia+'['+obr+']');
}

nz = new Array();
nz[1] = 'Úvodné slovo od usporiadateľa, Ing. Sekeru';
nz[2] = 'Trochu teórie na začiatok';
nz[3] = 'Na pokuse';
nz[4] = 'Na pokuse';
nz[5] = 'Na pokuse';
nz[6] = 'Na pokuse';
nz[7] = 'Na pokuse';
nz[8] = 'Na pokuse';
nz[9] = 'Na pokuse';
nz[10] = 'Na pokuse';
nz[11] = 'Na pokuse';
nz[12] = 'Na pokuse';
nz[13] = 'Na pokuse';
nz[14] = 'Po PRE ošetrení v sezóne 09';
nz[15] = 'Pledge POST so zmáčadlom';

ns = new Array();
ns[1] = '&nbsp;';
ns[2] = '&nbsp;';
ns[3] = '&nbsp;';
ns[4] = '&nbsp;';
ns[5] = '&nbsp;';
ns[6] = '&nbsp;';
  




