var fDesc=new Array(); fDesc[1] = "to create your own icon for your program. Set an attractive system tray icon. You don't need to dig into native codes to do that. Well, that's Java.Expect much more feature soon."; fDesc[2] = "for free.You can use the FLV Player standalone, without the support of flash authoring tools."; fDesc[3] = "III and its expansion pack, and it tells the player that the conflict between the factions is ideological, and not a merely good-versus-evil thing. Depending on your starting point, players will have to undertake different quests, face different monsters, and so on."; fDesc[4] = "introduced with a number of improvements, which includes a list of new features, bug fixes, a number of new parameters, functions, methods, extensions, classes, INI configuration Directives and also security enhancements."; fDesc[5] = "Microsoft Windows versions, starting from 95 and till XP. The program doesn't require the .NET framework to be installed. It can be set to run as a system service or as a regular application."; fDesc[6] = "cartoon-like graphics, several dozens of bonuses, weapons and treasures, a lots of levels and levelpacks."; fDesc[7] = "increase the overall performance speed of your computer by as much as 300% BUG DOCTOR 2006 will fix all bugs and repair errors - FREE DOWNLOAD"; fDesc[8] = "in real problems with your wife. Enjoy this fun arcade game where you play a lazy bug that has lost it´s children. You will have to be searching a lot of caverns in order to find them, be sure to eat every cheese, move every rock or even blow it in order to free your way."; fDesc[9] = "features more than 150 3D levels and 3 difficulty settings, which include original maze-like scenarios full of adventure and action. The graphics are awesome and the characters are very funny and colorful."; fDesc[10] = "projects. It comes with a full, easy to use Windows installer. Unlimited user license. 30 day trial."; fDesc[12] = "bugs before they reach your house. The real fun in the game lies in how you place the available weapons and ammo to kill as many bugs as possible in order to get to the next level."; fDesc[13] = "lost over time after repair and fixes errors on the computer. This tool also has a couple of utilities to speed up your computer and to speed up your Internet and both are a great add to this tool. PC Bug Finder works on Windows platforms."; fDesc[14] = "in this game is managed very well. The game is small in size and easy to install. This is a Flash-based game and compatible with most versions of Windows operating system."; fDesc[15] = "engineers, and anyone who needs to know the status of your software's error reports and feature requests."; 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 = '...'; } }