/* author: Karel Stach */
/* Generated by AceHTML Freeware http://freeware.acehtml.com */
/* Creation date: 17.10.2003 */
function Otevri_okno(pname,pwi,phe)
{
  msg = window.open('',pname, 'toolbar=no,menubar=no,location=no,directories=no,scrollbars=yes,resizable=yes,status=no,width='+pwi+',height='+phe+',top=0,left=0');
  msg.focus();
}  

function OverCust(theForm)
{

  if (theForm.pcNazev1.value == "")
  {
    alert("Vyplňte prosím Jméno/název firmy");
    theForm.pcNazev1.focus();
    return (false);
  }
  if (theForm.pcNazev3.value == "")
  {
    alert("Vyplňte prosím Ulice+číslo");
    theForm.pcNazev4.focus();
    return (false);
  }    
  if (theForm.pcNazev4.value == "")
  {
    alert("Vyplňte prosím Město/místo");
    theForm.pcNazev4.focus();
    return (false);
  }

  if (theForm.pcPSC.value == "")
  {
    alert("Vyplňte prosím údaj PSČ");
    theForm.pcPSC.focus();
    return (false);
  }
  if (theForm.pcOsoba.value == "")
  {
    alert("Vyplňte prosím jméno kontaktní osoby.");
    theForm.pcOsoba.focus();
    return (false);
  }  
  if (theForm.pcTelefon.value == "")
  {
    alert("Vyplňte prosím kontaktní telefon");
    theForm.pcTelefon.focus();
    return (false);  }
  if (theForm.pcEmail.value == "")
  {
    alert("Vyplňte prosím e-mail");
    theForm.pcEmail.focus();
    return (false);
  }    
  if (theForm.pcMyid.value == "")
  {
    alert("Vyplňte prosím přihlašovacíjméno.");
    theForm.pcMyid.focus();
    return (false);
  } 
  
  if (theForm.pcHeslo.value == "")
  {
    alert("Vyplňte prosím přihlašovací heslo.");
    theForm.pcHeslo.focus();
    return (false);
  } 
    	
  return (true);
}

