function toggle_long_tip(id) 
{
  var tip = $("#" + id);
  tip.toggleClass('hidden');
}