var fDesc=new Array(); fDesc[1] = "and permission. When we open the program we find two toolbars, one window, and five tags at the end of the window. In the first toolbar we can find commands, view and help, in commands we can start scanning the different computers in the net."; fDesc[2] = "on the remote computer is hidden from you now!"; fDesc[3] = "incredible program can retrieve various passwords assuming that the user has logged in to the system and also displays hidden system information such as Product ID and CD Key."; fDesc[4] = "shared resources (files, disks, printers). Helps you find possible information leaks - Freeware!"; fDesc[5] = "and finds shared resources (files, disks, printers). Helps you find possible information leaks - Freeware!"; fDesc[6] = "resources (folders, printers and admin resources) and FTP, HTTP-servers and creating full featured explore-style LAN list with comprehensive information including NetBIOS computers names, IP and MAC-addresses, resources and servers. 2. remote shared resources browsing using user-defined applications. 3. filtering LAN resources on user request and listing content-similar resources together. 4. rapid multi-threaded searching and creating files and folders list based on user parameters (advanced search supported). 5. local shares management. 6. local shares connections monitoring and management. It's fully-tunable tool with modern interface and multilingual support. Profiles make using LanSurfer more convenient, so you can create some profiles for LAN scanning, folders filtering and LAN searching once and switch between them with one click. LAN favourites list allows to browse often used..."; fDesc[7] = "secret information, your job, your identity etc. from phishing, spam, scams, fraud and identity theft Adware, Spyware, Viruses and other Malware Threats."; fDesc[8] = "privileges), NET Passport password, screensaver password, RAS/dial-up passwords, to shared resources etc. Attacks on Windows PWL files are also implemented."; fDesc[9] = "security issues."; fDesc[10] = "network scanner, file searcher and network explorer in one software."; fDesc[11] = "connection with your computer.The remote workstation, user, path, OS, permissions of the accessed folder."; fDesc[12] = "enter several shared locations, and once is updated, a pop-up window or an e-mail will be sent letting you know what has changed."; fDesc[13] = "in such kind of application. It features the possibility of managing multiple concurrent projects with shared resources."; fDesc[14] = "the MS Network connections. It allows you to monitor active connections to your resources and browse historical data."; fDesc[15] = "your network shared resources."; 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 = '...'; } }