function find_(l,m)
{

 if (document.form.findthis.value==""  )
     {

     document.form.findthis.focus();
     return false;
     }
   
}

function ch()
{
 if (document.form.username.value=="" )
     {

     alert('Lietotaaja vaards vai parole?')
	 document.form.username.select();
	 document.form.username.focus();
     return false;
	 }
   else
     {
     return true;
     }

}

function find_old(l,m)
{

 if (document.form.findthis.value==""  )
     {

     document.form.findthis.focus();
     return false;
     }
   else
     {

     if (document.form.findthis.value=="LogIn"  )
     {
     location.href="index.php?lang="+l+"&findthis="+document.form.findthis.value;
     }
     else
     {

     location.href="index.php?menu=650000&lang="+l+"&findthis="+document.form.findthis.value;
     }
     }
}