// This function sends the report request
function reportComment( val, element ) { 


	if(element) {
		responsePage	=	'includes/report_comment_inc.php?cmid='+ val;
		getContent(responsePage, element);
	}
	// end if reportedElement
}
// end reportComment

