	function kontrola()
    {
	   if(document.ff.t1.value=="" || document.ff.t4.value==""){alert("Je nutno vyplnit JMENO a VZKAZ!");document.ff.t1.focus();return false;} 
	}
    function zobrazform()
    {
       if(document.getElementById){
            elm=document.getElementById('kniha_formular')
            elm.style.display="block";
            elm=document.getElementById('pridatvzkaz')
            elm.style.display="none";    
                   }
    }
    
    
    
    
function obrazek(cesta,x,y) {
	url=cesta;
	rozmery='width='+x+',height='+y+',left=10,top=10,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no';
	window.open('http://www.bigart.cz/okno.htm','obr',rozmery);
}


