function submitform (what) {
	document.formselect.anchor.value = what;
	document.formselect.submit();
	return true;
	}  //submitform
	
