var fDesc=new Array(); fDesc[0] = "Bipolar Disorder or Maniac Depressive Illness is a brain disorder that affects a person’s moods and ability to work. If not controlled, this illness can cause a lot of trauma not only to the person who is suffering but also to family and friends. MB Bipolar Disorder Assessment Test aims to help you understand this problem and realize the symptoms before it is too late, so that corrective measure can be taken on time."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }