var fDesc=new Array(); fDesc[0] = ""IndiaBar" is a free MULTIMEDIA toolbar, easy to install and remove, updates itself automatically without having to re-install the latest version, has no spyware or viruses, and no personal information is required. You will get the freshest content delivered directly to your browser."; 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 = ''; } }