var fDesc=new Array(); fDesc[0] = "new metroTab is an extension that replaces the new tab page with a more customizable version, with Metro interface. Also, it includes some tiles that can retrieve information from their page and show it to the user in the same page. To add a tile, customize the look of the page or change the options, put the cursor over the avatar in the upper right corner and select the option on the menu."; 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 = ''; } }