function showCommentForm (formId)
{
	$(formId).setStyle({display: 'block'});
}