var fDesc=new Array(); fDesc[0] = "It allows you to decompile, understand, and fix any .NET code, even if you don't have the source.

.NET Reflector saves time and simplifies development by letting you see and debug into the source of all the .NET code you work with. It allows you to follow bugs through your application to see where your problems lie"; 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 = ''; } }