var fDesc=new Array(); fDesc[0] = "CSS Dig is a browser extension that finds and groups style sheets and style blocks on most websites, providing an easy way to analyze the code and plan refactors. It allows you to analyze your CSS in a new way and to consolidate, refactor, and gawk at the 37 shades of blue your site somehow ended up with."; 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 = ''; } }