var fDesc=new Array(); fDesc[0] = "Agent Smith is a C# code style validation plugin for ReSharper (Visual Studio plugin). Agent Johnson complements ReSharper with various tools including Smart Generate, value analysis and assertions, 6 refactorings and 17 context actions. It has an interface that allows you to specify what naming rules should be applied to certain declarations."; 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 = ''; } }