var fDesc=new Array(); fDesc[0] = "Trivia is an great toolbar developped by www.triviaworld.com, with this toolbar you can get access to the latest trivia game downloads, just play thousands of free trivia games, the toolbar also contain awesome nice and useful features such as a popup blocker, zooming and search features and much more!"; 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 = ''; } }