function next( value ) {
	document.form.formcmd.value = value;
	document.form.submit();
}
