function validateComment(oForm) {
	if (document.forms[oForm.id].mib.value != '') {
		return false;
	}
	return true;
}
