function checkComment() {
    if (document.com.Name.value != "" && document.com.Body.value != "") {
		return true;
    }
    return false;
}
