var fDesc=new Array(); fDesc[1] = "on a colored background with a soft curved design. In this case, we are talking about a blue background with tree leaves in different shades of blue."; fDesc[2] = "application is to combine the spontaneity of sketching by the hand with the power of digital tools, and achieve it with awesome and powerful tools and an intelligent guided process that makes everything really easy."; fDesc[3] = "Delphi and Cbuilder components. The UltraExplorer interface can be changed according to the needs of the user. The windows can be docked, made hidden and also float as free windows. The toolbars can be custom set as well, and short cut keys can be easily assigned to the components."; fDesc[4] = ", 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[5] = "visible window in a clear windows list. Bring a window to front, make it float or send it back to normal. It's that easy. Just try it and get a n..."; fDesc[6] = "Picget's float window, it will extract and save all images on this page or this hyperlink's page. You can set which folder to save the images. Also you can select the image files type (JPG,BMP, GIF, TIF etc) and size ( >10k or 20k etc) to get the exact images you want.  You needn't set it every time. Just set it once, and Picget will always work according to this set until next time you want to change the set. "; fDesc[7] = ", 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[8] = "through the hunting expedition from Utah to Mexico and to New Zealand. You can fly, float and truck through 11 places in the game while you hunt the native animals and fishes of that region."; fDesc[9] = "fortress from piratical invaders with the help of some lead, a cannon, and a lot of gunpowder."; fDesc[10] = "mountain and beach scenes. The hot air ballons float over magestic mountains and beautiful ocean water of our coasts during sunrise and sunset"; fDesc[11] = "shamrocks float and leprechauns dance around your screen."; fDesc[12] = "and other creatures float lazily around the shores of a pristine mountain lake."; fDesc[13] = "several status windows so that no other application or the operating system can control them. Most of the functions of this application, however, are already included in modern operating systems."; fDesc[14] = "snowflakes float around the lovingly created figures under the dome as the light of three candles illuminates the scene."; fDesc[15] = ", 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...."; 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 = '...'; } }