var fDesc=new Array(); fDesc[1] = "purchase a wide variety of gameplay enhancing items, services, and products or play the game as it is without ever paying a dime. War Rock is populated by thousands of players at any given time in servers all over the world. With a wide variety of customizable weaponry and vehicles, intuitive controls, and multiple battle modes, War Rock is a blast for seasoned FPS veterans and first-timers alike."; fDesc[2] = "your own plug-ins. It is stable and has nice features such as multiple windows, aliases, triggers, timers and others. A good free choice for the MUD gamer."; fDesc[3] = "connect to the outside world, by using the printer port LPT1."; fDesc[4] = "zero. Free software from the author of the Hal Spacejock series."; fDesc[5] = "much research in cyber market to find a unique solution of my problem, and I have done it. xReminder Pro is a powerful personal event manager with very easy to use interface. Unlike my personal secretary it is very handy in operation and performance."; fDesc[6] = "attractive. It does not matter what you are looking for (or even not): a shortcut to the system volume, an alarm clock, an atomic clock with live sync, countdown timers, a pinned calendar, or...just a good advice from the \"Hainted 8-ball\", all this you can get from Gong."; fDesc[7] = "those of us who continually lose track of time while on the Internet. FREE!"; fDesc[8] = "Borderless full screen, tray, minimised, MP3, and Command Line options are also supported. It even has a chess mode!"; fDesc[9] = "availability of an unlimited number of Alarms, Count Down Timers, Stop Watch Timers and Task Execution feature. CityTime is a full featured demo version which will stop working after 16 days of use. To keep the software working it must be registered."; fDesc[10] = "neat layout interface. Each timer can be used to count up, count down or can be used in alarm clock mode. It can count up to 1000 hours. The application is fully drag and drop supported and it allows you to pause and resume the timers."; fDesc[11] = "one program. You can run any of your timers at the same time. All your timers are saved automatically."; fDesc[12] = "as you want and drag them with the mouse to the required time, it's that simple."; fDesc[13] = ", application timers. You can create multiple timers in different sections that can all run simultaneously."; fDesc[14] = ", Stop, Resume and Reset Buttons. An easy to read large display with excellent graphics with control over the screen size!"; 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 = '...'; } }