var fDesc=new Array();
fDesc[1] = "asks you to reboot your computer. Quite often, no reboot is really needed. WhyReboot checks the pending file operations that will occur after rebooting your computer, helping you to evaluate the convenience of rebooting your computer.";
fDesc[2] = "with Firefox. It is based on a collection of popular and well working optimization settings used and tested by the experts.";
fDesc[3] = "side by side, highlighting their differences. The interface is really simple with easy navigation by means of buttons and a drop-down list of lines.";
fDesc[4] = "comparisons, with color-coded lines indicating whether each line is added, deleted, or changed.";
fDesc[5] = "machine. Use our unique Binary Templates technology to understand any binary format. Includes a whole range of powerful analysis and editing tools.";
fDesc[6] = "editor. The program will help you to compare files in binary format, at the same time serving as a hex editor that will edit files.";
fDesc[7] = "slow internet connection you will be able to download it really fast. Copywriter can be used in almost any computer, it runs perfectly on a Pentium 100 Mhz. It opens .txt .rtf .doc and binary files.";
fDesc[8] = ", and handle all our COM components and .NET assemblies. It provides information for each component, plus file information, function tree, dependency viewer, and registry entries.";
fDesc[9] = "mainframe editing, program development. Fast, compact and configurable. Windows, DOS, Linux";
fDesc[10] = "their computer. It doesn’t matter whether the file is in text format, html, exe, msi or others; this tool allows you to view the file in binary form. Using PX Binary Viewer you can have a peek inside the binary files which are not viewable using standard text editors and viewers.";
fDesc[11] = "quickly and conveniently.";
fDesc[12] = "about any text or binary file, and it's an excellent source editor for Web page authors, developers, and programmers.";
fDesc[13] = ", etc. This is strongly available in binary data file. You can use it as data debug. Usually some program save data use hex file. This can save Bytes, integer, float, and other data in it. But outside of program, it is difficult to view or edit. HexDataEdit is tools to view and edit the hex data file. Use this program when open file the program create a new file named the file's name +\".type\". The \"type\" files contain the file's information you defined. In the \".type\" file data can divided to any segments. A segment can be defined several types. You can define record's position, length, type's kind and memo. The data file can contain anomaly data or regulation data (like database), this program can show it both clear. You can easy to define the 'type' file and edit or view it. With this program, you can: Share you hex data file with your friend, view and edit data outside program....";
fDesc[14] = "(int, float, date ...). Disk edit, change tracking, background searches, macros, bookmarks, highlight,calculator, templates, >4 Gbyte files.";
fDesc[15] = "Allow compare two files and find every different easily.Save comparison to file. Find synchronous position by double click [ exeicon.com ].";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}