function tisk() {
window.print();
}

function validate(formular)
	{
	
	if (formular.jmeno.value=="")
		{
		alert("VyplÅ&#65533;te kolonku jmÃ©no a pÅ™Ã­jmenÃ­ prosÃ­m.");
		formular.jmeno.focus();
		return false;
		}
	if (formular.email.value=="")
		{
		alert("VyplÅ&#65533;te kolonku email prosÃ­m.");
		formular.email.focus();
		return false;
		}
	else 
		{
    return true;
    }
  }

function load() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map"));
        map.setCenter(new GLatLng(49.953981172547905, 14.469852447509766),12);
      }
    }

 
    

  
