<!--
function showInfo(text,id)
{
  document.getElementById(id).innerHTML=text;
} 
-->