var fDesc=new Array(); fDesc[0] = "Alexa Traffic Rank is a Google Chrome extension that accompanies you as you surf, providing you with Alexa data about the sites you visit without interrupting your browsing. You can get details the site's traffic compared to other sites on the Web. You can also surf effectively using the "related links"."; 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 = ''; } }