var fDesc=new Array(); fDesc[1] = "software problems. It helps identify the most common modem failures. This new tool replaces the Modem Helper utility and its only for Conexant Modems"; fDesc[2] = "freelancer Edison Trent, an intergalactic jack-of-all-trades. Your mission: whatever you want. Become a smuggler or a ruthless space thug, a naval hero or a trader. Dodge through asteroid fields while piloting elite spacecraft. The action is endless as you make your way through 48 known star systems. Greed, morality, compassion, anger... whatever motivates you, the dynamic universe will respond. Take the first step. The universe is waiting."; fDesc[3] = "website, it can be used to provide tecnhical support, respond sales questions, or give an alternative way to contact you. You need to install a chat client and place a piece of code in your webpage to get it working."; fDesc[4] = "potions to magical creatures in a tavern in the world of fairies. However, you will soon discover that the tavern is haunted, and you can not leave unfinished any of the shifts. Now you must respond quickly to all customers, if you want to be able to leave the tavern."; fDesc[5] = "well with any kind of videos or pictures. But it is mainly suited for Pictures/video of the children, family events & memoirs. It is a 6-style variety pack that mixes mellow with over-the-top."; fDesc[6] = "Internet and see whether those respond or not. The application is based on the basic ping test that can be performed from the command prompt on any computer."; fDesc[7] = "it sees a process that is overloading your cpu, it reduces its priority until its cpu usage returns to normal."; fDesc[9] = "multiple characters, levels, and footbags to win trophies, experience, and abilitiesIncludes an editor for making your own footbags and adding new character skins."; fDesc[11] = "program allows users to create and test their solutions but also to control them. Flowol uses mimics for this task. Mimics are controllable pictures which respond visually and realistically depending on the activity of the flowchart logic."; fDesc[12] = "The application is very easy to use and it has got a nice and friendly graphical interface. With this Trainer, you will be able to practice your chess opening moves over and over until you learn and improve your game."; fDesc[13] = "PC and the remote host. Classic traceroute wrapped into a much more convenient, easy-to-use package."; fDesc[14] = ", allowing the user to set and send even complex command sequences with a single button click, schedule sequences, send commands and create his/her own button arrangements"; fDesc[15] = "example 12-WinControl to position a window. Automate repeated tasks in Windows. It has never been easier."; 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 = '...'; } }