
function expandComments(divId)
{
      new Effect.BlindDown(divId, {duration : 0.3});
}

