var fDesc=new Array(); fDesc[1] = "archives or zip files, what is this? Well, zip files are archives used for storing and distributing files and these can contain 1 or more files. WinZip has a feature called Wizard, which will take you through the entire program, helping you to compress wisely."; fDesc[2] = "formats (Direct CD, InCD, DLA, and Instant-Write) and is capable of performing surface scans, accessing data that Windows simply cannot read."; fDesc[3] = "takes a rather different approach than other applications. For starters, this is an open-source project, meaning that it is absolutely free and it accepts collaborations from anyone who wants to participate in the project."; fDesc[4] = ", ALZip is free, it handles over 30 compression formats, including ISO, plus it is twice as fast extracting files as WinZip. Among other useful features, the program also includes a password recovery tool."; fDesc[5] = "developed by TimeGate Studios (instead of Monolith Productions developers of the original F.E.A.R.). Extraction Point requires the original game to be installed and played."; fDesc[6] = "approach. Taking a lot from Firefox and the like, XYplorer adds a tabbed interface to the everyday use of file managers. Thus, you don't have to scroll through tens of windows to find the one that you know is somewhere."; fDesc[7] = "PowerpointImageExtract or is a fast free tool to make copies of the images and the audio contained in any PowerPoint® presentation or slideshow (PPT and PPS files). It creates a new folder in your system where all the images and a WAV file with the audio are stored (provided that audio is included in the presentation)."; fDesc[8] = "there is no other way to copy images from a PDF file but using the Windows Clipboard and PrtSc (print screen button) but you may loose quality and shape of images. PDF Image Extraction Wizard need 3 clicks to extract all images from a PDF file."; fDesc[9] = "is an easy file compression & security program, thecompression / extraction wizards make working with archives simple providing advanced features. This is done with a small number of steps and some steps can be skipped to use default options."; fDesc[10] = "create cursors and supports animated ANI cursors. It has a support for alpha channel and can created animated GIF. Toolbar images can also be created using this software."; fDesc[11] = "from web pages in a few simple steps. With this incredible application, you will be able to get lists of meta-tags, e-mails, phone and fax numbers, etc. and store them in different formats for future use."; fDesc[12] = "encodes and decodes MP3s, OGGs, WMAs, and more. Remote and local CDDB and ID3v2 file naming is supported, along with many advanced features."; fDesc[13] = "we will be able to enjoy some of the incredible features of this expansion pack of one of the best action games. This title is arriving at your computer with new weapons, new scenarios and the continuation of the plot of the first game."; fDesc[14] = "extraction from the Internet. This program allows you to automate the data extraction process and save extracted data to whatever format you want."; fDesc[15] = "location, create self extraction files, convert compressed files, and UU/XX encoding. The supported compression formats are Bh, Cab, gZip, Jar, Lha, Tar, Zip, and ZipSplitter."; 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 = '...'; } }