var fDesc=new Array(); fDesc[0] = "Once installed it extends the built-in Windows File Explorer by adding an additional tab to the properties panel that shows extended properties for EXE and DLL files.

To view these extended properties, right click on an EXE or DLL file in Windows File Explorer, and select Properties from the context menu. The additional tab added by ExeProperties is called Exe/DLL Info. Select this tab to view the extended properties."; 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 = ''; } }