var fDesc=new Array(); fDesc[1] = "of satellite photographs. There are three versions, the free one for personal users, Google Earth (Enterprise) and Google Earth Pro. Many interesting features: Flight simulator, Sky and Mars, Street Views and 3D Buildings and the fantastic Google Ocean."; fDesc[2] = "contact list, manage a household budget and keep up with your correspondence. Works gives you the basic tools you need to make your tasks easier from start to finish."; fDesc[3] = "possible way. With great compatibility and performance, Nero is the top of the line burning solution. The program allows the user to burn data discs onto CD, DVD, DL DVD, HD-DVD and Blue Ray Discs. It also allows for image burning, and supports most formats out there."; fDesc[4] = "possible to enter My PC, My Net places, My documents, My music, My images, the Control Panel, the Recycle WasteBasket, as well as the configuration itself and the developer web site (Punk SOftware)."; fDesc[5] = "formats (Direct CD, InCD, DLA, and Instant-Write) and is capable of performing surface scans, accessing data that Windows simply cannot read."; fDesc[6] = ", Casino, Arcade, etc. All you have to do is choose your game, download it and start playing! Besides, RealArcade helps you to easily access games installed in your PC. Download RealArcade and enjoy playing for hours."; fDesc[7] = "application is a desktop program that you need in order to run Yahoo! Widgets. The Widget Dock is a handy at-a-glance way of keeping on top of the information or entertainment the Widget handles"; fDesc[8] = ", Restore, Close etc. are remained intact. It adds four new menu items - Always On Top, Transparency and Minimize To Tray and Priority."; fDesc[9] = "one has their own features, and the Standard one has just few features less, but still a good one! You will have a period of 30 days to try the version, (Pro), when this period of time is over you are still going to have the standard version for free."; fDesc[10] = "with some of the Vista features. When we open the start menu we can see that in the top of the menu we can find seven buttons, and in the footer we can find more features, one search box, and five buttons."; fDesc[11] = ", mad speed and narrow curves. Feel frantic auto racing drive. You have to prove you're the best here over and over. Are you ready?"; fDesc[12] = "stages which are called challenges, as we must prove ourselves as top chefs. In each challenge we must create different recipes in a limited time. To create a recipe you must follow some steps. In each step you must use different flavors that must fit the ones required by the judges."; fDesc[13] = "pretty easy to play game but it’s also very entertaining because you keep very busy at all times. You need some multitask handling skills in order to succeed in this game. You can try this game for 60 minutes before you buy the licensed version."; fDesc[14] = "100 videos from a single application. AOL Music Top 100 Videos will stream all those videos to your computer and you can watch them instantly on the application. They are also separated by genre."; fDesc[15] = "top site Explorer, top Forum Explorer, top directory Explorer, top Software Explorer, regular online updates from server, allows book-marking your favorites, and manage products"; 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 = '...'; } }