var fDesc=new Array(); fDesc[1] = "as virtual scrollbar, virtual buttons, fast access to applications and personal definition of tapping speed and sensibility."; fDesc[2] = "from Electronic Arts. It shows the status of components available. Much like Steam, many games require the manager to be online before the game functions properly."; fDesc[3] = "the prayers, in other words is an accountant assistance, a timer and agenda in order to keep a schedule for the prays. It has multiple functions and audio guides to not loose the track of the prayers."; fDesc[4] = "first. Thirst for speed and danger makes the game more captivating. Join your counterparts from all over the world!"; fDesc[5] = "before time runs out."; fDesc[6] = ", centipedes, and persnickety hard-shell bugs. Hilarious animated cartoons tell the story of Lyle the electrician and Martina the insect expert as they try to solve the buggy mystery before the lights go out for good!"; fDesc[7] = "the Dynamic Duo. The story takes place in Gotham city as the criminal masterminds locked up in Arkham Asylum have broken loose and Batman and Robin have to save the day."; fDesc[8] = "that will show you which movement are you supposed to perform in a given moment. The possible movements are up, down, left and right. You must perform this movements exactly when directed to do so. If you fail, you loose."; fDesc[9] = "But that situation, which could be critical some times, now has a solution. It’s called Recover My Email. This handy application is designed and used to recover deleted email messages from Microsoft Outlook and Microsoft Outlook Express (.dbx files)."; fDesc[10] = "business through the whole kingdom. While you get more profits, be sure to buy more equipment so you will be able to offer new products to your customers."; fDesc[11] = "word in a given number of tries, depending on the word length. The general play of this game is very similar to that of the Hangman, but in Word Dummy, we became a Dummy if we loose."; fDesc[12] = "options to better map out your strategy, you will get hooked. As the anthill manager, you can choose from 5 different ant types."; fDesc[13] = "cannot afford to loose. WinRescue Vista will also restore our system after a computer crash, and remove all the unnecessary entries from our Windows Registry."; fDesc[14] = "you to backup, archive, search, print, password protect, and email your notes . Apple iPod compatible."; 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 = '...'; } }