var i;
function z(i) {var el=document.getElementById(i).style; el.display=(el.display == 'block')?'none':'block'; }
function jine(i) {var el2 = document.getElementById("jine").style.display; if (i=="jine") {if (el2!='block') {z('jine'); } } else if (el2=='block') {z('jine'); } document.a.jine.value=""; }
function menu_over(i) {c=document.getElementById(i).style; c.color="#2564B7"; c.textDecoration = "underline"; c.cursor= "pointer"; c.cursor= "hand"; if (i=="odkazy_A" || i=="akt_nabidka") window.status="http://ckmacek.cz/index.php?kam=99"; else if (i=="novinky") window.status="http://ckmacek.cz/novinky.php"; else window.status="http://ckmacek.cz/kontakty.php"; }
function menu_out(i) {c=document.getElementById(i).style; c.color=""; c.textDecoration = "none"; c.cursor= "normal"; window.status="Hotovo"; }
function on_c(i) {document.location.href=i; }
function nap(i) {document.getElementById("nap").innerHTML=i; }
function hl_1(i) {c=document.getElementById(i).style; c.cursor= "pointer"; c.cursor= "hand"; }
function hl_2(i) {c=document.getElementById(i).style; c.cursor= "normal"; }
function zmen(i) {document['o'+i].src="css/hlavicka/svetlo/"+i+".jpg"; }
function vrat(i) {document['o'+i].src="css/hlavicka/"+i+".jpg"; }
