
function TTCommentsOpenReply(sId)
{	document.getElementById('TTComments_Reply'+sId).style.display='block';
	return false;
}