var fDesc=new Array(); fDesc[0] = "The MefoGames Toolbar is a tool for the most common Internet browsers. It comes with a lot of preset games and widgets for social networking and more. It also has a pretty good search engine and a weather app. Another nice thing it has is a TV app which allows you to watch live online streams of many TV stations."; 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 = ''; } }