var fDesc=new Array(); fDesc[0] = "Faceless Toolbar is a utility that helps stay connected to the Internet. It provides a quick access to the Faceless homepage, to the latest news, images, videos. This toolbar let you get notifications to your desktop, play videos, check the mails, see news about the weather or even listen to the radio."; 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 = ''; } }