var fDesc=new Array(); fDesc[0] = "lindvall Toolbar it is a browser tool easy to install and fun to work with. lindvall Toolbar helps you to find with just a click Facebook, Youtube, online television or WiFi.You can play card games or Mochigames arcade, you can find similar sites and work with the maps applications."; 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 = ''; } }