function sendForm(mode) {	document.sendform.mode.value = mode;	document.sendform.submit();}