function showReply(id)
{
	$('#reply-' + id).toggle();
}
