function senden(todo,menuitemid)
{
	document.forms[0].todo.value 	  = todo;
	document.forms[0].clickfrom.value = menuitemid;
	
	document.forms[0].submit();
}
