function show_comment ( ) {
		document.getElementById('addCommentForm').style.display = 'block';
}
