var fDesc=new Array(); fDesc[0] = "Designed with a pluggable architecture, it currently has: support for x86, 68k, PowerPC processors (partial support for Arm, Mips, Sparc, Z80, m6502, PDP-11), support for EXE, Elf, AmigaOS Hunk executable formats, support for MS-DOS, Win32, U*ix, AmigaOS (partial for C64, ZX-81). Decompiler reads program binaries, decompiles them, infers data types, and emits structured C source code."; 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 = ''; } }