function DisableButton(b) {
 b.disabled = true; 
b.value = '送信中'; 
b.form.submit(); } 
