var fDesc=new Array(); fDesc[1] = "Unlike eMule, DreaMule automatically connects to the network, so you don't have to stop to inspect the list of servers, or configure the servers.met"; fDesc[2] = "other blog entries regarding Secunia and vulnerabilities."; fDesc[3] = "You´ll have to investigate seven potential suspects, motives, weapons, victims, pieces of evidence and body disposal methods to solve the crime, eliminating possibilities from the gameboard using the clues in your notebook."; fDesc[4] = "inspect all HTTP(S) traffic, set breakpoints, and manage incoming or outgoing data. It includes an event-based scripting subsystem, and can be extended using any .NET language."; fDesc[5] = "you communicate with your headquarters, and keep track of your investigation. The game itself, basically consists on looking and picking items from different locations, following a list provided by the game."; fDesc[6] = "types of tools. The interface allows for easy navigation and high efficiency."; fDesc[7] = "both technical users (like IT managers, LAN administrators, web developers) and non-technical ones (like company managers, safe-concerned parents)."; fDesc[8] = "everything with the magnifying glass. The user can explore a high school and snoop through confidential files on the suspects. The game has different difficulty levels ranging from junior to senior detective."; fDesc[9] = "to find your desired domain names quickly and easily. The built-in database helps you to search from generic top level domains and from country code top level domains as well."; fDesc[10] = "applications. It helps you to identify bugs and find solutions to customer problems."; fDesc[11] = ", edit, inspect all programs, that are loading at system startup including services for WindowsNT based operational systems."; fDesc[12] = "computer. Introduction: Computer Inspector analyzes all the areas which could be used by malicious software."; fDesc[13] = "development and production environments. SQL Ultimate Debugger™ records database execution calls, providing detailed information on each traceable element (scalar variables, table variables, temporary tables, permanent tables) within executed database code such as stored procedures (SP's) and user-defined functions (UDF's), triggers. SQL Ultimate Debugger also provides performance indicators and statistics (call count, total, average and maximum execution time) for each line of executed database code. SQL Ultimate Debugger™ is the ultimate sql server tool for developers who work with SQL Server database code. Ultimate Debugger not only allows you to debug a specific execution with known parameters (as you normally do in Visual Studio) but it can monitor your database in a live environment. For example, you can debug procedures while they are executed many times per second by the..."; fDesc[14] = "can inspect found items one by one or you can save or delete them all together. Supported proxy servers: WinGate 4 and WinProxy 1.4/1.5 ."; fDesc[15] = "an easy to use GUI."; 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 = '...'; } }