var fDesc=new Array(); fDesc[1] = "for ZIP/ARJ/LHA/RAR/UC2/TA R/GZ/CAB/ACE. Command line, full text search also in packed files, button bar,FTP client."; fDesc[2] = "Live. Besides providing protection to your Pc from threats, it is packed with a number of additional features. It also helps in improving your PC’s performance by removing the junk matters from the system’s hard disk."; fDesc[3] = "means. This software will organize all the pictures on the computer and mobile phone (cellular) for viewing, editing, sharing and search purposes. You can move pictures from and to PC and mobile phone (both ways) and make changes to the images that will be kept in a safe place."; fDesc[4] = "incredible application uses multi-threading, so on fast computers you can scan more than 1000 port per second, making this tasks really fast. What is more, it contains descriptions for common ports, and can perform scans on predefined port ranges."; fDesc[5] = "multithreaded, so on fast machines you can scan many computers at once."; fDesc[6] = "users are able to share distinct type of files. It also is used as a platform for the promotion of unsigned artists and is very good for downloading full albums as users can share folders for their albums. Additionally it has an easy to use interface which can be customized any way you like."; fDesc[7] = "as you please, to speed up DNS lookup, and at the same time to block unwanted websites. Network analyzing tools like 'Ping' and 'TraceRoute' helps in troubleshooting network related problems."; fDesc[8] = "hundreds of addresses from web"; fDesc[9] = "Packet analyzer with HTTP file capture, a Graphical Packets Mode that shows traffic with visual effects, per-IP/per-Port/per-IP -Pair statistical information collection, and more. All in a single, easy to use Windows application. Freeware."; fDesc[10] = "AdunanzA was born as a project to enhance the file sharing at Fastweb and Kadu Network. It´s a modification ot the original eMule client, with some internal tweaks to speed up the download process."; fDesc[11] = "and export open ports information into a text file. You may even close open connections from within this application."; fDesc[12] = "search and download of media files easier. The tool supports the most popular P2P network protocols which facilitate smoother file sharing over the net."; fDesc[13] = "iLike.com service, which allows you to search for music and videos and buy them. The application installs itself into your music player. In this case, the sidebar works only for iTunes, but there are other releases that work with Windows Media Player."; fDesc[14] = "address,search ip address,trace ip address,scan ip address,find port,search port,scan port."; fDesc[15] = "tracer in one software. It can scan IP address and trace IP address. And it also can find port, search port and scan port."; 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 = '...'; } }