function submitForm(mode) {
	document.form.mode.value = mode;
	document.form.submit();
}

