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

function Pos1 () 
{
  window.scrollTo(0, 0);
}
