var fDesc=new Array(); fDesc[0] = "Starcraft 2 Stream Browser is a Chrome addon that allows you to watch live streams of Starcraft 2 game. It displays the currently live streams in a handy drop down menu. You can click on the icon next to a stream to mark it as favorite and receive notifications when they're online and streaming."; 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 = ''; } }