var fDesc=new Array(); fDesc[0] = "Fontface Ninja is a browser extension that let you inspect, try, and buy a font on any website. Activating the extension allows you to identify the font used on any website. The plug-in allows you to hide any pictures and commercials to focus on fonts, so you can now enjoy fonts on a blank background."; 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 = ''; } }