



var nacasovani = "";	
	function vyjed_menu(idecko){
	
window.clearTimeout(nacasovani);
nacasovani = window.setTimeout("$('#firstdiv"+idecko+"').show(190)", 300);

document.getElementById('bunka').value = idecko;
 
}



var c=0;
var t;
var f=0;
var timer_is_on=0;
var a=0;
var jakyelemnt;
var hodn;



function jdi(kamzpatky){
window.location.replace(kamzpatky); 
}

function casovacPocet(jakyelement){
t=setTimeout("$('#"+jakyelement+"').hide('fast')", 500);
}
 

function spustCasovac(jakyelement){
 

if (timer_is_on==0){
timer_is_on=1;

casovacPocet(jakyelement);
}
}
 
function zastavPocitani(){
clearTimeout(t);
timer_is_on=0;
}
	


var kj=0;
function zmen_text(cislo, kam){
f=1;
 
 
for(a=1; a<9; a++){
if(document.getElementById('obrs'+a)){
document.getElementById('obrs'+a).style.display = 'none';
document.getElementById('mli'+a).style.backgroundImage = '';
document.getElementById('mli'+a).style.color = 'black';
}
}
document.getElementById('mli'+cislo).style.color = 'white';
document.getElementById('mli'+cislo).style.backgroundImage = 'url(./img/fta.gif)';
document.getElementById('mli'+cislo).style.backgroundPosition = 'center bottom';

document.getElementById('obrs'+cislo).style.display = 'block';

faks = document.getElementById('newitem').value;
 
if(faks == cislo){
window.location=kam;
}
 
document.getElementById('newitem').value = cislo;

}
 
onload=function() {
document.getElementById('newitem').value=1;
start_news_item();
}

 

var k=0;
var y;

function stopper(){
 k++;
 y = k % 2;

if(y==0){
document.getElementById('stopper').style.background = 'url(./img/pauza.jpg) no-repeat left top';
document.getElementById('play').value = 1;
start_news_item();
}else{
document.getElementById('stopper').style.background = 'url(./img/prehrat.jpg) no-repeat left top';
document.getElementById('play').value = 0;
}


}

function nejcl(cisilko, one, one2){

un = document.getElementById(one+"1");
du = document.getElementById(one+"2");
tr = document.getElementById(one+"3");

if(cisilko==1){
un.style.backgroundColor = '';
du.style.backgroundColor = 'white';
tr.style.backgroundColor = 'white';

un.style.borderBottom = '0px';
du.style.borderBottom = 'solid #FF9A07 1px';
tr.style.borderBottom = 'solid #FF9A07 1px';

document.getElementById(one2+"1").style.display = 'block';
document.getElementById(one2+"2").style.display = 'none';
document.getElementById(one2+"3").style.display = 'none';
}

if(cisilko==2){
un.style.backgroundColor = 'white';
du.style.backgroundColor = '';
tr.style.backgroundColor = 'white';

un.style.borderBottom = 'solid #FF9A07 1px';
du.style.borderBottom = '0px';
tr.style.borderBottom = 'solid #FF9A07 1px';

document.getElementById(one2+"1").style.display = 'none';
document.getElementById(one2+"2").style.display = 'block';
document.getElementById(one2+"3").style.display = 'none';
}

if(cisilko==3){
un.style.backgroundColor = 'white';
du.style.backgroundColor = 'white';
tr.style.backgroundColor = '';

un.style.borderBottom = 'solid #FF9A07 1px';
du.style.borderBottom = 'solid #FF9A07 1px';
tr.style.borderBottom = '0px';

document.getElementById(one2+"1").style.display = 'none';
document.getElementById(one2+"2").style.display = 'none';
document.getElementById(one2+"3").style.display = 'block';
}

}

 

function nejcls(cisilko, one, one2){

un = document.getElementById(one+"1");
du = document.getElementById(one+"2");

if(cisilko==1){
un.style.backgroundColor = '';
du.style.backgroundColor = 'white';

un.style.borderBottom = '0px';
du.style.borderBottom = 'solid #FF9A07 1px';

document.getElementById(one2+"1").style.display = 'block';
document.getElementById(one2+"2").style.display = 'none';
}

if(cisilko==2){
un.style.backgroundColor = 'white';
du.style.backgroundColor = '';

un.style.borderBottom = 'solid #FF9A07 1px';
du.style.borderBottom = '0px';

document.getElementById(one2+"1").style.display = 'none';
document.getElementById(one2+"2").style.display = 'block';
}


}





function nej_a(promt, skupina){

document.getElementById('14'+skupina).style.display = 'none';
document.getElementById('mesic'+skupina).style.display = 'none';
document.getElementById('rok'+skupina).style.display = 'none';
document.getElementById('celkem'+skupina).style.display = 'none';

document.getElementById(promt+skupina).style.display = 'block';

document.getElementById('kl_14'+skupina).style.textDecoration = 'underline';
document.getElementById('kl_14'+skupina).style.color = '#AAA9A2';

document.getElementById('kl_mesic'+skupina).style.textDecoration = 'underline';
document.getElementById('kl_mesic'+skupina).style.color = '#AAA9A2';

document.getElementById('kl_rok'+skupina).style.textDecoration = 'underline';
document.getElementById('kl_rok'+skupina).style.color = '#AAA9A2';

document.getElementById('kl_celkem'+skupina).style.textDecoration = 'underline';
document.getElementById('kl_celkem'+skupina).style.color = '#AAA9A2';

document.getElementById('kl_'+promt+skupina).style.textDecoration = 'none';
document.getElementById('kl_'+promt+skupina).style.color = 'black';
 
return false;
}
 
 
 function zobrvysl(){
var zobr = document.getElementById('vysledkybleskovky').style.display;
 
if(zobr=="none"){
$('#vysledkybleskovky').show(260);
}else{
$('#vysledkybleskovky').hide(260);
}

}
 


 function start_news_item(){
kdes = document.getElementById('newitem').value;
 
kdes++;
var haum = document.getElementById('obrs'+kdes);
if(!haum) kdes = 1;
if(kdes==9) kdes = 1;
 
p=setTimeout("if(document.getElementById('play').value==1){zmen_text(kdes, ''); start_news_item();}", 5000);
 
}
