function klikni(obj) {
	top.location=klik[obj].href;
}

function okno(odk,w,h,t,l) {
//	if (typeof(herafilm_okno)!="undefined") herafilm_okno.close();
	herafilm_okno=window.open(odk.href,"herafilm","location=0,menubar=1,resizable=1,scrollbars=1,status=0,toolbar=0"+(w?",width="+w:"")+(h?",height="+h:"")+(t?",top="+t:"")+(l?",left="+l:""));
	herafilm_okno.focus();
	return !herafilm_okno;
}

function obrazek(odk,w,h,t,l) {
//	if (typeof(herafilm_okno)!="undefined") herafilm_okno.close();
	herafilm_okno=window.open("obrazek.php?obr="+odk.href+(w?"&w="+w:"")+(h?"&h="+h:""),"herafilm","location=0,menubar=0,resizable=1,scrollbars=0,status=0,toolbar=0"+(w?",width="+(w+20):"")+(h?",height="+(h+20):"")+(t?",top="+t:"")+(l?",left="+l:""));
	herafilm_okno.focus();
	return !herafilm_okno;
}

function video(odk,w,h,t,l,arch) {
//	if (typeof(herafilm_okno)!="undefined") herafilm_okno.close();
	herafilm_okno=window.open("video.php?"+(odk?"video="+odk.href:"")+(w?"&w="+w:"")+(h?"&h="+h:"")+(arch?"&archiv="+arch:""),"herafilm","location=0,menubar=0,resizable=1,scrollbars=0,status=0,toolbar=0"+(w?",width="+(w+20):"")+(h?",height="+(h+(arch?127:71)):"")+(t?",top="+t:"")+(l?",left="+l:""));
	herafilm_okno.focus();
	return !herafilm_okno;
}

function zmenit(box) {
//	document.title=x++
	if (last) {
		last.textDecoration="";
		last.color="";
	}
	if (box) {
		cil=box.offsetTop-rozdil;
		last=box.firstChild.firstChild.style;
		last.textDecoration="underline";
		last.color="#ffcc33";
		kolo.onclick=box.onclick;
		kolo.style.cursor="hand";
		box.style.cursor="hand";
	} else {
		cil=0;
		kolo.onclick="";
		kolo.style.cursor="";
	}
	if (pohyb) {
		clearTimeout(pohyb);
	}
	kam=cil<akt?-1:+1;
	pohybuj();
}

function pohybuj() {
	if (akt!=cil) {
		pom=akt+kam*Math.ceil(Math.abs(cil-akt)/4);
		if (cil>akt && cil>pom || cil<akt && cil<pom) akt=pom
		else akt=cil
		kolo.style.top=akt;
		pohyb=setTimeout("pohybuj()");
	} else {
		pohyb=false;
	}
}

