var fDesc=new Array(); fDesc[1] = "like customs buttons with gadget support, new tab page to access a new page, quick search box to navigate your web search faster, synchronized toolbar setting to access your information from any computer, and improved auto fill that allows you to have several profiles information."; fDesc[2] = "Internet using the \"ARP\" protocol exploits. The program can protect your computer from such attacks. The program has a built-in network scanner and supports choosing the network adapter that you want to utilize."; fDesc[3] = "your taskbar, which makes sense. With it, you can simply select the buttons that are next to the Start button in Windows and move them around any way you like."; fDesc[4] = "allows you to close unwanted TCP connections, kill the process that opened the ports, and save the ports list to file, and more."; fDesc[5] = "each of the five prescribed prayers. It can be fully customized to our preferences. It lets us select audio and images, set reminders, select our location from the list provided, see the Quiblah direction, etc."; fDesc[6] = "Huntington's shop owners find more than 1,200 unique and cleverly hidden items for their customers and earn enough cash to open a shop of your own. This \"hidden object\" game will bend your brain and dazzle your eyes."; fDesc[7] = "tool for shutting down Windows based computers at a given time. We can select the way we want the computer to be shut down."; fDesc[8] = "tool one can also invert the colors and view them through this virtual glass. The user can also define the area size which he wants to cover. With the advanced settings one can also define the short cut keys to open and close this application."; fDesc[9] = "removable media like streamer tapes etc. Some of its key features include: provision to support multiple drives, use of mouse and hotkeys to open and close by clicking on the icon, automatic eject while shutting down, simple installation."; fDesc[10] = "SmartClose simplifies the process storing the running program information in a system snapshot. Smartclose not only closes all applications, but can also restart/restore them later."; fDesc[11] = "have experienced a system meltdown that leaves you with a frozen screen and nothing you can do about it. This application could be a solution. AntiFreeze is a last resort for making your system responsive again."; fDesc[12] = "the current song playing or it can shut your computer down after a certain number of minutes or songs played. It does not require Winamp in order to turn off the computer."; fDesc[13] = "run an audit of account passwords to then take proper action. What it does is to expose insecure passwords, and the program also displays how secure a network would be under attack."; fDesc[14] = "1-10 players that presents them with the challenge of completing 25 modern battle scenarios to win the game. The game is based on real world and hypothetical conflicts and close Combat Marines which is used in Close Combat Modern Tactics 1.0 as a USMC training simulation."; fDesc[15] = "classic Atomic Games series of games and this one emulates the battles of the Eastern Front of WWII challenging the tactical game ability of users. The game features an enhanced scenario editor which allows players to create their own scenarios."; 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 = '...'; } }