function showTip(imgTip)
{
  if (document.images && document['tip'])
    document['tip'].src = imgTip.src
}


