var fDesc=new Array(); fDesc[0] = "DLL Player is a software tool for exploring PE (Portable Executable) files (EXE, DLL).

With DLL Player, you can inspect all DLL files, edit as binary (hex) resources.

DLL Player is a simple tool for helping you view and edit DLL files on the go..

DLL Player is a great tool hex editor and also it's free.

DLL Player can be used in Windows XP, Windows Vista and Windows 7. It is a fast download and does not take up much space.

Our software is specifically designed for users to quickly open a DLL/Exe file -- it has a simple interface and the basic features allows users to just edit/view DLL files without any trouble."; 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 = ''; } }