var fDesc=new Array(); fDesc[0] = "JDownloader Toolbar as its name states is a toolbar that downloads applications. It doesn't have too many options, but the ones it has are extremely useful. You can search the Web and get a wide choice of useful search engines using this nice toolbar. JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be."; 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 = ''; } }