function UnHide(id) {
	document.getElementById('BlogComm' + id).style.display = '';
}