function setAction(nAction, thisform) {
	thisform.cmd.value = nAction;
	thisform.submit();
}