function tooltipIn(client, tooltip) {
  $(tooltip).show();
}

function tooltipOut(client, tooltip) {
  $(tooltip).hide();
}


