
function on_submit()
{
	var fm = document.mailform;
	fm.v.value = '88';
	fm.submit();
}
