var fDesc=new Array(); fDesc[1] = "complete features one-click integration with Microsoft Office products. PDF complete works with Office 2007, 2003, 2002, and 2000 and supports Windows XP, Windows Vista, Windows 2000, and Windows 2003."; fDesc[2] = "ability is basically to look up for errors in the system registry, kind of an important part of your system. Professional tool for only 24,95 dollars"; fDesc[3] = "gaming website, where we can register freely. We get points for playing and of course more points for winning. The points are counted in rupees (or dollars). But we don't actually get the money. We can select different items as reward based on the amount we have made (like a game CD )."; fDesc[4] = "every home in San Saba! Take them down city by city, town by town. When you have all of Texas, you have to face your final opponent. You can try this game for 60 minutes before you buy the licensed version."; fDesc[5] = "Start with one of build-in logo template or create your custom logos from scratch. http://www.aaa-logo.co m/"; fDesc[6] = "seven wonders of the world. The objective is to create matches of three in a row tiles, by swapping the correct tiles on the board. You can try this game for 60 minutes and buy it for only 19.95 dollars."; fDesc[7] = "specifically developed by Insofta Development for these users. This utility is also for those users who are serious about their data but are too lazy and careless n don’t make any effort for data backup. So for all these users Document Backup utility can make their life easier"; fDesc[8] = "disks, detects Dialer infections, removes and blocks dialers before they become active, removing all infections and restoring your PC to maximum performance."; fDesc[9] = "place in lots of shops, from a flea market to expensive boutiques. You must find, in the mess, the objects that are written down in the list at the bottom of the screen. You can ask for a hint when you can´t find something, but hints are a limited resource."; fDesc[10] = "browse previews of your photo with thousands of professional photo effects. Hundreds of dollars worth of effects!"; fDesc[11] = "them. Follow the tasks from you boss, and solve each problem with him. Your boss considers you a good detective and this game will challenge you to be the best detective."; fDesc[12] = "the family business but she is determined to pursue her dream: to own a boutique in Beverly Hills. she need fifty thousand dollars to get started on the boutique and her idea is to start a little yard sale business, beginning with her closer friends’ old stuff."; fDesc[13] = "games, Tropix Deluxe has something for everyone. Earn sand dollars that you can use to buy attributes for your vacation in the Tropix vacation store or save your money and become the owner of a private island."; fDesc[14] = "Easy to install, the game has a bright oriental themed interface and symbols, and oriental music plays as soon as the game is launched."; fDesc[15] = "Easy to download, the program adjusts your screen resolution automatically, and all you need to do is choose the settings you want from the Options menu to control your sounds, music, graphics and gameplay."; 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 = '...'; } }