var fDesc=new Array(); fDesc[0] = "CSS Viewer is an easy to use yet very useful Firefox add-on for web developers that allows them to check CSS properties of webpage elements. Simple to use and easy to install , just with few clicks.
CSS Viewer is cross-platform and it works on Mac OS X, Windows and Linux."; 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 = ''; } }