var fDesc=new Array(); fDesc[1] = "with Spybot - Search & Destroy. This tool specializes in the removal of these kinds of threats while the Antivirus companies are barely just offering this."; fDesc[2] = "gaining features. The latest version is now able to download subtitles automatically. Still, there are many things BSPlayer has to do to become the dominant player of multimedia files."; fDesc[3] = "card, removable drives, floppy disks, etc. These files (or folders) stay in the system once they are deleted because of accidental actions, formatting, Windows reinstallation, hard disk failure, empty the Recycle Bin, partition errors, by mistake, etc."; fDesc[4] = "creative projects. Take any picture you want and put it in a funny frame. You may also take a picture from your webcam; there is a quick access to this function in the program."; fDesc[5] = "simulation games is back. In DIRT you will compete with vehicles like buggies of all kinds, rally cars, trucks and many others. The only thing they have in common is their ability to completely get dirty."; fDesc[6] = "downloading. This software is used for faster and organized downloads. Platforms like Windows Vista and XP make use of it. ReGet Deluxe is basically another version of ReGet with advanced features and more convenient as a download manager"; fDesc[7] = "seized by terrorist. Action takes place on your behalf."; fDesc[8] = "You can use it to illustrate all kinds of graphic material. It uses an entirely new designed system, simpler and easier to learn, and it is perfect for designing all kinds of compositions whether or not technical in nature."; fDesc[9] = "a powerful media conversion engine internally so that you can convert media files with fast speed."; fDesc[10] = "critical information such as business data, project details, etc., due to accidental deletion and in all such cases, MediaRECOVER comes to the rescue of the user, which is essentially a complete digital image and file recovery utility package."; fDesc[11] = "computer such as RM , DivX , XviD , AVI , WMV , MPG, MPEG , ASF , MOV , ASX , SVCD , VCD stream formats into iPod mp4 format."; fDesc[12] = "Poker Pop you will be playing your way around the globe. You’ll be at fifty cities in five different countries, collecting postcards and souvenirs along the way. Have a good trip!"; fDesc[13] = "watermarks to your image (GIF, PNG, BMP, JPEG, TIFF), video (AVI, Mpeg, DVD, WMV, QuickTime, Mpeg 4, RealMedia, DV) and flash files. It also allows you to convert your files to multiple formats. You can add text, image and audio files, rectangles or blurred areas as watermarks."; fDesc[14] = "professionals and novice users. This application has a wide range of design tools that will let you add all kinds of elements to your projects, see your objects from different angles and views, edit and apply all kinds of textures, etc."; fDesc[15] = "different kinds of fire manifestation to your computer. You will be able to watch sparks, fireballs and more in the safety of your living room."; 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 = '...'; } }