	  function muzeme()
	  {
	    co=1;
		text="Poptávkový formulář nemůže být odeslán, jelikož jste nevyplnili:\n\n";
		if (document.form1.elements['jmeno'].value=="")
		{
		  co=0;
		  text+="\t-  jméno a příjmení\n";		  
		}
		if (document.form1.elements['ulice'].value=="")
		{
		  co=0;
		  text+="\t-  ulici\n";		  
		}
		if (document.form1.elements['obec'].value=="")
		{
		  co=0;
		  text+="\t-  obec\n";		  
		}
		if (document.form1.elements['psc'].value=="")
		{
		  co=0;
		  text+="\t-  psč\n";		  
		}
		if (document.form1.elements['kraj'].value=="")
		{
		  co=0;
		  text+="\t-  kraj\n";		  
		}
		if (document.form1.elements['telefon'].value=="")
		{
		  co=0;
		  text+="\t-  telefon\n";		  
		}
		if (document.form1.elements['number'].value=="")
		{
		  co=0;
		  text+="\t-  číslo z obrázku\n";		  
		}
		if (co==0)
		{
		  alert(text);
		  return false;
		}
		else return true;
	  }
	  
	  function oznac(co)
	  {
	    if (document.form1.elements[co].checked==1)
		{
		  document.form1.elements[co].checked=0;
		}
		else
		{
		  document.form1.elements[co].checked=1;
		}
	  }
	  
	  function servis()
	  {
	    co=1;
		text="Servisní formulář nemůže být odeslán, jelikož jste nevyplnili:\n\n";
		if (document.form1.elements['jmeno'].value=="")
		{
		  co=0;
		  text+="\t-  jméno a příjmení\n";		  
		}
		if (document.form1.elements['ulice'].value=="")
		{
		  co=0;
		  text+="\t-  ulici\n";		  
		}
		if (document.form1.elements['obec'].value=="")
		{
		  co=0;
		  text+="\t-  obec\n";		  
		}
		if (document.form1.elements['psc'].value=="")
		{
		  co=0;
		  text+="\t-  psč\n";		  
		}
		if (document.form1.elements['kraj'].value=="")
		{
		  co=0;
		  text+="\t-  kraj\n";		  
		}
		if (document.form1.elements['telefon'].value=="")
		{
		  co=0;
		  text+="\t-  telefon\n";		  
		}
		if (document.form1.elements['rok'].value=="")
		{
		  co=0;
		  text+="\t-  rok instalace výrobků\n";		  
		}
		if (document.form1.elements['cs'].value=="")
		{
		  co=0;
		  text+="\t-  č. smlouvy o dílo\n";		  
		}
		if (co==0)
		{
		  alert(text);
		  return false;
		}
		else return true;
	  }
	  
	  
	  function registrace()
	  {
	    co=1;
		text="Registrační formulář nemůže být odeslán, jelikož jste nevyplnili:\n\n";
		if (document.form1.elements['jmeno'].value=="")
		{
		  co=0;
		  text+="\t-  jméno a příjmení\n";		  
		}
		if (document.form1.elements['ulice'].value=="")
		{
		  co=0;
		  text+="\t-  ulici\n";		  
		}
		if (document.form1.elements['obec'].value=="")
		{
		  co=0;
		  text+="\t-  obec\n";		  
		}
		if (document.form1.elements['psc'].value=="")
		{
		  co=0;
		  text+="\t-  psč\n";		  
		}
		if (document.form1.elements['kraj'].value=="")
		{
		  co=0;
		  text+="\t-  kraj\n";		  
		}
		if (document.form1.elements['telefon'].value=="")
		{
		  co=0;
		  text+="\t-  telefon\n";		  
		}
		if (document.form1.elements['email'].value=="")
		{
		  co=0;
		  text+="\t-  e-mail\n";		  
		}
		if (document.form1.elements['number'].value=="")
		{
		  co=0;
		  text+="\t-  číslo z obrázku\n";		  
		}
		if (co==0)
		{
		  alert(text);
		  return false;
		}
		else return true;
	  }


	function projektanti_soubory() 
	{ 
	if ((GetObject('kategorie').value == "") && (GetObject('kategorie_n').value == "")) { 
	 alert('Zadejte, prosím, kategorii.');
	 GetObject('kategorie').focus();
	 return false;
	 }	
	}


	  function navod()
	  {
	    co=1;
		text="Formulář nemůže být odeslán, jelikož jste nevyplnili:\n\n";
		if (document.form1.elements['email'].value=="")
		{
		  co=0;
		  text+="\t-  e-mail\n";		  
		}
		if (document.form1.elements['number'].value=="")
		{
		  co=0;
		  text+="\t-  číslo z obrázku\n";		  
		}
		if (co==0)
		{
		  alert(text);
		  return false;
		}
		else return true;
	  }

