var fDesc=new Array(); fDesc[0] = "HottieStar Toolbar is a popular toolbar used to search on the internet. The user can download and install a lots of applications for his browser. Also the user will receive everyday important news and desktop notifications from hottiestar Community Toolbar."; 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 = ''; } }