var fDesc=new Array(); fDesc[1] = "and geographical capabilities using built-in user-friendly features for easy operation and exploration. The program is educational for users of all ages and for families with school-age children."; fDesc[2] = "for the edition, organization and view of our images files and pictures. It supports multiple formats, including the formats of some digital cameras, so we can manage all them using this fantastic application."; fDesc[3] = "texture archives used in collection packs for Doom 3 maps. DDS Converter 2.1 can convert from any supported format to any supported format."; fDesc[4] = "program is able to clean temporary files, backup files, installation leftover files and many other garbage files. It has a built-in list of files that are considered junk files. You can use that list to look for those known junk files, in order to wipe them out of your drives."; fDesc[5] = "overlapping backgrounds, music, and more. Easy point and click interface. 16 samples included. No knowledge of HTML is required."; fDesc[6] = "imagine. With a little practice selecting images, The result can be truly spectacular. The program supports the use of graphics files of the most common formats and generates the final mosaic in 24-bit BMP format."; fDesc[7] = "various development teams. PS FileRenamer is one of their products to help computer users to rename different type of files in one go. PS FileRenamer is available in two languages German and English; however their website is only available in German."; fDesc[9] = "convert to JPGs over a range of quality/compression values for optimization. Converted files displayed in your browser."; fDesc[10] = "the user configurable function keys, Nico’s Commander is a capable application that can do lots of other operations like file management and archive management."; fDesc[11] = "graphics format you wish (BMP, WMF, EMF, ICO, JPG, GIF, PNG, TIFF, PCX, PCC, DCX, PBM, PGM, PPM, TGA, etc)."; fDesc[12] = "These are predefined regions that can operate as hotlinks to help topics, as pop-up links, or even as special macros. Download a trial copy now!"; fDesc[13] = "contains over 400 cool frames."; fDesc[14] = "media files. It works by embedding invisible bits of data in otherwise normal graphics and audio files (such as JPG, MP3, WMA, GIF, BMP)"; fDesc[15] = "image type reading, 10 types writing, 31 process and you can extend with your process to it."; 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 = '...'; } }