function submitCommentForm() {
    if (wbValidateForm (document.frmComment) ) {
        document.frmComment.submit();
    } else return false;
}