var fDesc=new Array(); fDesc[0] = "Dota 2 Stream Browser is a Google Chrome extension that allows you to browse and watch Dota 2 livestreams. You can mark streams as favorites and receive alerts ,from this plugin, when they're live. Using this application is easy; just click on the icon on the top right of your Chrome."; 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 = ''; } }