var fDesc=new Array(); fDesc[0] = "This useful toolbar has plenty of good features for your browser such as: Powerful Search, Search the Web and get a wide choice of useful search engines, Notifications to Your Desktop..This toolbar is specially focused on many links for the online videogame lovers such as Mario Games, sonic games and other multiplayer games too."; 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 = ''; } }