function showdiv(id) {
	document.getElementById('comment'+id).style.display = 'block';
} 
