var fDesc=new Array(); fDesc[0] = "Reddit Link Opener is an extension for the Google Chrome browser that will open all links on the currently opened Frontpage/Subreddit Page in tabs. It works on all Subreddits and the Frontpage. You can also open the comments in a separate tab, decide how many links you want to open at once, and choose your own keyboard shortcut to open up the tabs."; 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 = ''; } }