function toggle(id,text)
{
    d=document.getElementById(id);
    d.innerHTML=text;
}// JavaScript Document
