function showToolTipText(show)
{
  document.getElementById('text').style.display = show ? "block" : "none";
}	

