var fDesc=new Array(); fDesc[1] = "directories, from there you can do simple task as copy, transfer, delete, rename, but you can also connect to your network resources, share directories, pack archives and encode or decode files."; fDesc[3] = "that lets you listen to documents, e-mails or web pages instead of reading on screen."; fDesc[5] = "formats right from TIFF, GIF, JPG, BMP, PSD, PNG, WMF, EMF, PCX, down to PIC and others, into PDF format with great ease. The tool automatically clears and skew-corrects B/W images with the help of special techniques to ensure high quality output after every conversion."; fDesc[6] = "it. You can search for documents that contain a specified phrase or keywords and then replace, insert or remove text, based on your needs."; fDesc[7] = ", which makes it easy to download Real Video, Real Audio, SHOUTcast and Icecast streams"; fDesc[8] = "fulfill missions that will change the course of the war. With over 20 missions and very specific skills of each soldier, the amount of thinking you have to do in this game is high, and it's also very fun."; fDesc[9] = ", Windows and Excel documents. The program has an intuitive interface and is easy to use. It will scan a document and will allow you to save it without the duplicate lines you have chosen."; fDesc[11] = "from the Real Video files."; fDesc[12] = "to a Web site. Any file can be used as a key. Use an Internet browser to decode. It also features a Secure Private Chat."; fDesc[13] = "programs installed on your machines. Manually opening registry editor and then searching for specific registry keys isn't an easy task"; fDesc[14] = "Alarm events include: Playback of user's recorded messages. Allows for 'Talking Clock'. Internet ConnectionDisconnectio n(DUN). Run command lines. 'Clear Recent Documents'. Scandisk & Defrag scheduling. Print jobs. Activate any file or program."; fDesc[15] = "without the need for extra burned files on the CD. Use you PC as a multimedia player and play all your Music or Movie files instantly."; 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 = '...'; } }