var fDesc=new Array(); fDesc[1] = "Notation (RPN), etc. calculations. Logarithmic functions, graphical output, resolution selection. Hexadecimal, decimal and binary outputs. User functions."; 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] = "Packet analyzer with HTTP file capture, a Graphical Packets Mode that shows traffic with visual effects, per-IP/per-Port/per-IP -Pair statistical information collection, and more. All in a single, easy to use Windows application. Freeware."; fDesc[4] = "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[5] = ", 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[6] = "purpose have to work in different number formats like ASCII, HEX, binary and many more. It is very difficult for user to convert number formats like HEX to ASCII or ASCII to HEX by calculating manually."; fDesc[7] = "remains easy-to-use for beginners and experts. Macros, syntax coloring, 2 GB files, FTP, hex, USB, HTML, RegExp, and more."; fDesc[8] = "different measures. The program can convert numbers between decimal, binary, hex and octal. This easy-to-use software will convert the numbers automatically as you type the numbers on the program's main window."; fDesc[9] = "colorful and easy to use. Fully functional - no disabled features. Supports hex, decimal, ascii, multiple export features. Built in search and stats."; fDesc[10] = "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[11] = "(int, float, date ...). Disk edit, change tracking, background searches, macros, bookmarks, highlight,calculator, templates, >4 Gbyte files."; fDesc[12] = "Txt,HexStudio you can supports drag and drop,The friendly interfacial energy causes you rapidly easily to edit hex, in work area"; fDesc[13] = "Red, Green, Blue, and the color compliment. The ColorPix screen can be pasted from the clipboard or read from a file."; fDesc[14] = "export to Txt,HexStudio you can supports drag and drop,The friendly interfacial energy causes you rapidly easily to edit hex, in work area."; fDesc[15] = ", 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."; 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 = '...'; } }