
function show_addCommentForm()
{
	$( 'add_comment_form_cont' ).style.display = 'block';
}