var fDesc=new Array(); fDesc[1] = ", multilingual, and completely customizable. This utility gives us the opportunity to delete all the useless and obsolete data that we may be keeping in our system."; fDesc[2] = "all about: destruction. The game features a single player campaign that allows you to follow the story of Nicko, an illegal immigrant who comes to America in search of the American dream."; fDesc[3] = "Microsoft WLP 3.08 Vista premium and mobile PCs, it is heavily used and popular amongst Vista and Mobile PC users."; fDesc[4] = "of a few different soldiers fighting for different Allied factions during World War II. Each of the game's 10 missions is split into different stages. The game's graphics are particularly great, specially the smoke effects from smoke grenades and explosions, and sound is nothing less than superb."; fDesc[5] = "help protect, repair and optimize your computer. Finding what other utilities miss, it can keep your PC error-free and smooth than ever."; fDesc[6] = "searching for cargo to haul driving a fantastic truck. Your goal is to carry put deliveries, for which you are paid, and get as much money as possible to change your vehicle and buy a more comfortable and fast one to complete the rest of the tasks."; fDesc[7] = "create shortcuts which enable you to launch applications, find contacts or take a picture in a simple, fast and easy way. Its easy to set up, and simple to use."; fDesc[9] = "photo slide shows in a few simple steps. This incredible software enables you to combine still images, video clips, audio tracks, text, and special effects into you very own movie."; fDesc[10] = "Corel VideoStudio is software that is filled with a lot of “deliciousness’s and various beautiful things. As any other program of Corel this program distinguishes by its user-friendly and intuitive interface and inimitable style. You will be surprised how easily and quickly you can create your own home video with professional results!"; fDesc[11] = "with more accurate tags and filenames. A great thing about this program is its ability to easily fingerprint and identify unmarked tracks. Now with this great program you will be be able to get the information you want and apply the corresponding tags to your files."; fDesc[12] = "gives you a fantastic plot set in medieval times in a vast region divided between a corner of shadows beneath the earth and a splendid sunlight place. In this amazing game, you will enter the two worlds."; fDesc[13] = "Messenger or Windows Live Messenger (WLM). With features like cut, crop, resize, display delay and picture comments, it provides vast options to users for instantly creating and sharing their messenger avatars."; fDesc[14] = "and you must haul cargo across the entire United States. Your goal is to make money, dominate the roads and eliminate the competition."; fDesc[15] = "pilot and you will have a lot of races to win. Plot: Before to start playing you will see the classic difficulty selection screen, which varies with the ease of the car for damage and broken."; fDesc[16] = "development of the storyline takes place within the continent of the Hyborian kingdoms. The art design in this game is really fantastic, and particularly the sound is essentially flawless."; fDesc[17] = "capture photos from your camera directly to the program and edit them with one-click editing tool. Ulead Photo Express SE includes over 800 stunning special effects such as decorate props, distinctive edges, stamps and custom signatures."; fDesc[18] = "with the creativity of the developers.You will discover a world full of fantastic creatures and magic as the pure Japanese style."; fDesc[19] = "panoramic image in a matter of seconds without being an expert. It allows you to stitch the selected photos into a fanstastic panoramic masterpiece in three modes: Vertical Panorama, Horizontal Panorama and 360 Panorama."; fDesc[20] = "image. The program allows you to use more than 50 effects, including both traditional and original ones. You will be able to take a look at your photos in the rain and snow, in fog and up in the sky, add some sun light to it or swirl it in a typhoon... You can combine effects and create truly fantastic compositions. It is possible to apply the selected filters both to the entire image and to its parts highlighting the most important fragment of the photo. Photo Effects will help to decorate your home photo album, website and will even allow you to create an original greeting card. Photo Effects makes it possible to not only process, but also decorate photos. It offers you more than 100 frames and masks that will decorate portraits, landscapes and even simple casual shots. Features: Effects - There are five categories of filters here: color effects, lighting effect, traditional..."; 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 = '...'; } }