function showText(div_id, text)
{
   document.getElementById(div_id).innerHTML = text;
}
