var fDesc=new Array(); fDesc[1] = "Physical Memory or Hard disk as Hexadecimal values, which is commonly used instead of the bit by bit approach. It is capable of displaying the contents of the partitions in the hard drive and lets us choose any data left over (like in forensic purposes)."; fDesc[2] = ", hex, decimal, float, double and binary data. This incredible program allows you to view, modify, analyze hexadecimal data and binary files, edit, exchange data with other applications through the clipboard, insert new data and delete existing data, as well as perform other editing actions."; fDesc[3] = "programmers can use HexEdit to patch files or fix corrupt files such as documents and databases. Hex Edit is very stable and easy to use software which saves a lot of user’s time and effort by allowing him to track down and fix problems fast."; fDesc[4] = "safely and easily. Unlike other hexadecimal editors, Hex Editor II has two inbuilt plugins: hex calculator, and base converter."; fDesc[5] = "drop support, blazing search/search & replace, file comparison, delete and insert characters like a word processor, more."; fDesc[6] = "contents. Integrated into windows properties pages Hex Editor is easily accessible and has intuitively obvious interface."; fDesc[7] = "function in a manner similar to the XTreeGold program, offering a wide range of disk & file management features in a familiar form."; fDesc[8] = "anywhere! Features include MDI interface, multi-level undo & redo, extensive drag & drop support, blazing fast search and replace, much more."; fDesc[9] = "text or binary file, and it's an excellent source editor for Web page authors, developers, and programmers."; fDesc[10] = "program comes with a lot of tools and options that will allow you to create and edit audio files the way you want to. This application is very useful for people who want to create their own music."; fDesc[11] = "and memory, and use scripts and structures -- in a friendly GUI with zoom, multiple views, bookmarks, and drag-n-drop."; fDesc[12] = ", 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[13] = "(int, float, date ...). Disk edit, change tracking, background searches, macros, bookmarks, highlight,calculator, templates, >4 Gbyte files."; fDesc[14] = ", and use the bottom half of the screen to preview the results in real time. You can also insert simple and complex tags, including tables and fonts."; fDesc[15] = "and powerful tools. Unlike other hexadecimal editors, Hex Editor Pro features binary editor that can edit bits."; 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 = '...'; } }