	function showCommentsDiv() {
		var cdiv = document.getElementById('CommentsDiv');
		if(cdiv != null)
			cdiv.style.display = 'block';
	}
