var fDesc=new Array(); fDesc[0] = "This program is intended for software companies, programmers, and web developers. In addition to hexadecimal editing, many tools which are necessary for almost any user are included.

The "Tree Compare" tool contains what you need for comparison of folders or files. Thus you can keep track of changes in 2 instances of data (between current data and different backups, project/solution folders, websites . etc.) You can compare two sections of the same document. You can even compare parts of documents skipping others. Different modes of file comparison are available (text/binary, line/word oriented skipping white spaces .etc.)"; 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 = ''; } }