function obj(f)
{
	ret=true;
	

	if( f.email.value=='' ){ alert('Zadejte E-mail'); ret=false; }
	
	return ret;
}

