function chkSubmit(s)
{
	s.value = "Sendung...";
	s.disabled = 'true';
	return true;
}
