var fDesc=new Array(); fDesc[1] = "If you want to add or modify shortcuts and menus in your favorite programs to make them more consistent or easier to use, Resource Hacker will do it fairly easily."; fDesc[2] = "of several registry keys. You can explore the tweak database, select and apply tweaks, save them in profiles, perform undo operations and more."; fDesc[3] = "bittorrent client will work with this program! It can report to any tracker (the website used to manage specific torrent files / file sharing between the peers), any wrong upload traffic information ! So, you apper to be uploading many GBs or TBs of data, but you really aren't."; fDesc[4] = "and to use. Updates automatically over Internet. New! Windows Vista (32-bit) support!"; fDesc[5] = "scripting, Google hacking & other web attacks. WVS can analyze websites using SOAP & AJAX and includes PCI Compliance reporting"; fDesc[6] = "intelligence."; fDesc[7] = "throttling, anti-leeching, anti-hacking, and features an intuitive multilingual remote web management interface."; fDesc[8] = "Microsoft Office Documents (MS Word, Excel, Access). It can perform brute force and dictionary attacks, and apply masks to ease the recovery process."; fDesc[9] = "that allows users to test the security of their computers and that educates them about the importance of protecting their PCs. The program performs several tests and displays the results when they are completed."; fDesc[10] = "software prevents other users from cheating, hacking, or using other unfair advantage over you while playing online games. By a proprietary cheat detection system, Game Vindicator uses ways of detecting and blocking illegal software, viruses, hacks or any other suspicious application."; fDesc[11] = "using NetCut. StopCut will prevent anybody to interfere, and being able to record your text and audio conversations in MSN or Yahoo Messengers, the passwords you use or the sites you´ve visited."; fDesc[12] = "WMI ( Windows Management Instrumentation ) to discover NDIS, sytem and network information, hardware status and more."; fDesc[13] = "your machine with only your voice print. www.windentify.com for live demo."; fDesc[14] = "students at 'Hell School', or go on a hacking rampage around the internet!"; fDesc[15] = "detect hacking attempts and sort out problems with internet-capable programs."; 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 = '...'; } }