function formsubmit(type,formvalue) {
	document.getElementById(type).value = formvalue;
	document.choiceform.submit();
}
