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] = "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[5] = "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[6] = "and audio conversion. All you have to do is click \"Add\" to import an Audio or a Video file, select the appropriate settings to specify the output format, and then click the \"Start\" button to initiate the conversion process."; fDesc[7] = "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[8] = "the programmer to create a simple batch command file to perform the tasks necessary to update an application. This include..."; fDesc[9] = "format documents, spreadsheets and forms, preserving the original formattings and all the graphics. Capability of auto-filling forms and generating templates for similar files conversions. Mark-up and comments tools. and security features are added to this version."; fDesc[10] = "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[11] = "from the Web, e-mail photos quickly and not exceeding e-mail size limitations, resize images and make thumbnails."; fDesc[12] = "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[13] = ", including DOC, DOCX, XLS, XLSX, PPT, PPTX, TXT and even HTML, to a universally accepted PDF (Portable Document Format) file with the click of a button."; fDesc[14] = "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[15] = "MP4 Player, iPod, PSP, PS3, Zune, XBOX 360, Archos, Cellular Phone and Pocket PC in two clicks. Additionally you can use the inbuilt video cutter to create clips out of big video files. All you have to do is just set the start and end points of the video to get a small video clip."; fDesc[16] = "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[17] = "contents that you might receive is because the file was sent from users who are using Microsoft Outlook versions 97, 2000. This is a very common error, with Winmail Opener you can view this rich text message contents and attachments embedded at once!"; fDesc[18] = "specify certain time or file size to rip. You can edit ID3 tag for your DVD sound."; fDesc[19] = "(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[20] = "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."; 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 = '...'; } }