var fDesc=new Array(); fDesc[1] = "files in over 400 file formats (GIF, BMP, PNG, JPG, JPEG, TIFF, PCX, ICO, IMG, PDF, PIC, PSD, RAW, RGB, TGA, and many more)."; fDesc[2] = "popular compression formats. It’s powerful, easy to use, versatile and even has a nice interface. You can compress and decompress most archives using the same program."; fDesc[3] = "SWF file to all the popular video formats. You can now convert and play any FLV video in your multimedia player, iPod or DVD player using this tool."; fDesc[4] = "the programmer to create a simple batch command file to perform the tasks necessary to update an application. This include..."; fDesc[5] = "replace in Microsoft Excel, Microsoft Word and PowerPoint files. Once you have find a text you were looking for, you can replace it with a text you previously wrote on the replace window."; fDesc[6] = "from the Web, e-mail photos quickly and not exceeding e-mail size limitations, resize images and make thumbnails."; fDesc[7] = "format in seconds. The application adds a toolbar to Microsoft Word, allowing you to control the program from there. You simply have to open a document and press the button reading \"Save as PDF\", and it instantly creates the PDF format of your document."; fDesc[8] = "most common compressed archives including ZIP, RAR and 7z. QuickZip is a FREE alternative to WinZip, WinRAR and PowerArchiver. Although its interface is not the paradigm of beauty, QuickZip is powerful, full featured and has lots of tools like Search in Archive, Archive Finder, etc."; fDesc[9] = "Converter. The application itself doesn't need any additional software to accomplish the total operation of downloading, playing and converting FLV to video format."; fDesc[10] = "Features: Works with all digital cameras Works with photos and audio/video files Downloads files directly from many cameras Batch processes folder trees automatically Fast and safe - never modifies file contents Configurable options, filters, and filename formats Comprehensive"; fDesc[11] = "or MP4 Players. It is a program that converts different video formats such as WMV, MPEG, ASF, MOV, MP3, MP4, You Tube, MPG, WMA, DAT and VOB to AMV or MTV format."; fDesc[12] = "satisfy both novice and advance users. It supports almost all compression and encoding formats, so users will not find any difficulty handling files compressed with other compression utilities."; fDesc[13] = "the renaming process, user can also select how many characters should be removed or replaced, beginning on a defined character position in the file/folder name. User can add characters, numbers or complete words to existing file or folder name."; fDesc[14] = "specify certain time or file size to rip. You can edit ID3 tag for your DVD sound."; fDesc[15] = "specific file types (e.g. all MP3 files). LAN Search PRO provides a lightning fast search engine and includes the ability to search hidden network resources, restricted access resources, IP subnets, LAN FTP servers and much more. It comes with a built-in password manager to store your network logins for resources with restricted access. Besides the file searching capabilities, LAN Search Pro offers features that allow you to perform actions on the found items (copy, move, rename etc.) and also save these operations in form of .bat files, which can be used as templates for batch processing. Additional features include result sorting, filtering, search within results, minimize to tray and more."; fDesc[16] = "space or to hide your sensitive information from prying eyes, protecting it with a password. Other things you can do with this powerful program are automating the process of backing up your important data and creating self extracting files."; fDesc[17] = "(MAC) Address of your Network Interface Card (NIC) irrespective to your NIC manufacturer or its driver. It a very simple & easy to use utility that gives you enough information about the Network Interface Cards (NIC) installed on your computer."; fDesc[18] = "for the option of replacing that text with different text. There are many features of this free software such as backup support, case sensitivity, multiple file types, subdirectory support and more. After searching or replacing the results tab will allow you to open the matched file(s) and view the contents as well as edit them. Simple Search/Replace was designed for searching plain-ASCII text files, such as source code, TXT, HTML, RTF, batch files or any other text file you might have. Simple Search/Replace is a FREE software program. If you need to find and replace text, or just find text, this utility is a must have. It is significantly faster and easier to use than any other search and replace utility out there."; fDesc[19] = ",you can quickly and easily batch rename files and mp3's with a number of possibilities and options, including change case, change the file extension, insert string,delete string,replace/remove string ,set the file attributes&time stamps, and enumeration renaming allows you to add number sequences to your filenames. File And MP3 Tag Renamer also allow you to rename your mp3 collection according to their tag information(ID3 tags)! This can be easily done by specifying a format that the new filenames should have, e.g. \"Artist - Index - Title\". File And MP3 Tag Renamer is especially useful for handling large amounts of archives, such as image(or picture) collectors,composer, digital camera owners & media collectors(music/images/movies),programmers,webmasters & system administrators.With File And MP3 Tag Renamer you can automate thousands of file renames in a single click! And File And MP3..."; fDesc[20] = "to convert between one graphics format and another, change image color depth, resize images, make image galleries for the web or CD and more. Features include: Wizards to help you get up and running quickly JPG, GIF, JPEG-2000, PNG, TIFF, PCX, BMP, WBMP, PhotoCD, Photoshop, TGA, ASCII, WMF and EMF AVI, TTF (TrueType Fonts), animated GIF and multi-page TIFF frame extraction Batch or single file operation HTML page generator, with links, tables, HTML templates, and more. Output images in a wide choice of formats and color depths Apply contrast, sharpening, brightness corrections Copy EXIF and IPTC data from JPG files And more..."; 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 = '...'; } }