var fDesc=new Array(); fDesc[0] = "B4a Object Browser is a program that enables you to emulate a B4Android environment. When it runs for the first time, it needs to know where the B4a Library XML files are, so make sure you go into the Options and configure them. The program is capable of showing Full type name when showing Class and Library annotations."; 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 = ''; } }