function showComment(){
	document.getElementById('commentArea').style.display = 'inline';
	document.getElementById('confirmArea').style.display = 'none';
}