

function postMoveToGroup(groupId)
{
	document.theForm.action.value = "post:putinfolder";
	document.theForm.groupId.value = groupId;
	document.theForm.submit();

}
