function submitCmntForm(actionStr) {
	this.document.cmntForm.cmntAction.value = actionStr;
	this.document.cmntForm.submit();
	return true;
}
