var fDesc=new Array(); fDesc[0] = "Easy JAVA to Source Converter is a powerful decompiler and disassembler for Java that reconstructs the original source code from the compiled binary CLASS files. It is able to decompile complex Java applets and binaries, producing accurate source code.

Useful for developers to recover their lost or accidentally destroyed source codes. Plus, supporting multi-language interface as English, French, German, Italian, Spanish, Danish, Dutch, Finnish, Hungarian, Portuguese, Turkish. Finally it is a stand-alone Windows application and doesn't require having Java installed."; 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 = ''; } }