var fDesc=new Array(); fDesc[0] = "PEBrowse64 Professional is a program that will display both Win32 and Win64 executables, native, managed and mixed. The information is organized in a convenient treeview index with the major divisions of the PE file displayed as nodes. You can open and examine any executable without the need to have it loaded as a part of an active process with a debugger."; 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 = ''; } }