var fDesc=new Array(); fDesc[0] = "Games Neto Toolbar is a great tool that gives you the possibility to play games, see the weaher, search various things on the Internet or even listen to the radio. You can choose from a great amount of games. You can receive our most important news and announcements instantly on your desktop as a notification."; 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 = ''; } }