function showComment() {
	var objDiv = document.getElementById('comment');
	objDiv.style.display='block';
	new Effect.ScrollTo('comment');
}
