var tempX=0;var tempY=0;var pozadovanaVrstva="";var aktualniCast="";var winW=630;var IE=false;if(navigator.appName.substr(0,9)=="Microsoft"){IE=true}if(!IE){document.captureEvents(Event.MOUSEMOVE);winW=window.innerWidth-200}else{winW=winW-200}function zobrazeni(B,A){if(A=="v"){pozadovanaVrstva=B;string='ukaz("'+B+'");';setTimeout(string,100)}if(A=="h"){document.onmousemove="";pozadovanaVrstva=B;string='schovej("'+B+'");';setTimeout(string,100)}}function ukaz(A){document.getElementById(A).style.display="block"}function schovej(A){document.getElementById(A).style.display="none"}function getMouseXY(A){if(IE){tempX=event.clientX+document.body.scrollLeft;tempY=event.clientY+document.body.scrollTop}else{tempX=A.pageX;tempY=A.pageY}if(tempX<0){tempX=0}if(tempY<0){tempY=0}if(tempX>winW){tempX=winW}document.getElementById(pozadovanaVrstva).style.top=tempY+10;document.getElementById(pozadovanaVrstva).style.left=tempX+10;document.onmousemove="";return true}function FormSendData(C,A){var B=C;if(B){jQuery.blockUI({message:'<h2>Processing...</h2><img src="'+zacatekUrl+'images/loading_animation.gif" alt="upload dat in progress" />',css:{border:"none",width:"250px",padding:"15px",left:($("body").width()/2-140)+"px",backgroundColor:"#000","-webkit-border-radius":"10px","-moz-border-radius":"10px",opacity:".5",color:"#fff"}});if(A){B.submit()}}}function SessionRefresh(A){if(A>0){$("#SessionRefresh").load(zacatekUrl+"session_refresh.php");var B=A*1000;setTimeout("SessionRefresh("+A+")",B)}};
