var fDesc=new Array(); fDesc[1] = "Essential is surprisingly simple for the novice user, and very convenient for the more experienced user. We also share our best photos with friends, upload to the network, or use templates to create digital albums."; fDesc[2] = "and sharing through the Internet, open format. Similar to PDF files, this smaller file contains scale and design information ready to be managed by designers and experts. The name of DWF Viewer has been changed to Autodesk® Design Review."; fDesc[3] = "discount coupons and deals on the Internet across various categories and products, it also has a handy feature to display alerts about end of items on your Ebay watchlist"; fDesc[4] = "Alt-Tab keystrokes have in Windows, with some additional features. You can customize the appearence of the program for each user, with different colors and fonts."; fDesc[5] = "without pressing the two keys simultaneously as is usually required. Using Accessibility also lets you make the Fn key a sticky key, meaning you press it once, release it, and then press a function key to activate the hot key function"; fDesc[6] = "the program it is not necessary even to touch the mouse. Use Hot Key long combinations with two and more keys in one time."; fDesc[7] = ", bugs and defective components. It is a burn-in test with uniquely designed state of the art DefectTrack engine."; fDesc[8] = "made to drive the way to success. You Speed, Power, Performance and your attitude will determine if you are worth it or not. The package has thirty cars designed on the original hot wheels specifications."; fDesc[9] = "must choose a player, or create a new one. Then, you can choose to play in the Adventure Mode (when you struggle to become a 5 star cheff) o A La Carte mode (where you´ll have to run endless shifts till you lose)."; fDesc[10] = "the place and will learn how to prepare them. Hot Dish is a multitask game, just like real life cooking is. This is what makes this game really entertaining and kind of difficult to play. Keep focus and try no to loose track of the several tasks going on."; fDesc[11] = "for a romantic supper. Hot Date also incorporates a lot of new objects that you can use to furnish your home , and as in the previous games, you buy each of these using the game's easy-to-use shopping and building interface."; fDesc[12] = "feature in this release is that it includes police chases as the most relevant part of gameplay. However, Hot Pursuit keeps the original racing-type characteristics of the series, this time focused in driving exotic sports cars."; fDesc[13] = "events as well as track and drift racing, in virtual environments around the world. The Juiced 2 Hot Import Nights game features vehicle customization and next-gen AI competitors."; fDesc[14] = "classic cars and street rods. You will enjoy viewing different American car syles, apart from hot rod or street rod style, you will see street machine style, low rider, drag racing and many others dating from the 30’s, 40’ and 50’s."; fDesc[15] = "Most of them resemble the DJ table with the discs spinning and buttons everywhere. Hot Jingle player is designed for a whole different purpose. It can help you out if you need to play DJ once in a while, but it is not your everyday DJ application."; 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 = '...'; } }