var fDesc=new Array(); fDesc[0] = "dotPeek is a program that can decompile .NET assemblies to C# or IL. It has the ability to export decompiled code to Visual Studio projects. You can also download code from source servers and generate PDB files. Quick jumping to a type, assembly, symbol, or type member makes searching easy."; 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 = ''; } }