var fDesc=new Array(); fDesc[0] = "Bunny Web Browser is a free program that allows you to easily access any webpage you want. Bunny Web Browser has a simple user interface that makes it suitable for any kind of user. You simply have to type the URL you want to access and you're done. You can also open multiple tabs at once, view website source and search the Internet."; 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 = ''; } }