var fDesc=new Array(); fDesc[1] = "scanning, a list of errors is shown - you can fix these with a single click. And if you hesitate to touch a thing as delicate as the registry, you always have the option to make a backup with Registry Mechanic before starting any test or repair."; fDesc[2] = "with management buttons allows creation of a new profile, edit a profile etc. The Settings General page allows Launch of Acer eNet Management, views Wireless Adapter, Firewall settings etc and the Network page has three buttons on this page namely: VPN ,WLAN & LAN"; fDesc[3] = "This program will detect, analyze and benchmark every software or hardware element in your system, letting you know its performance and capabilities."; fDesc[4] = "installing it, the program asks you your location, in order to display the matching weather information. You can select a location in a wide list of locations in Canada or the United States, or in main cities in the rest of the world."; fDesc[5] = "time between updates Its first and only available version was released on March 2008; with a basic network discovery, monitoring and graphing feature."; fDesc[6] = "usage. You can observe the connection diagram of your network with the computer you are using, the router, other computers connected on the network, etc. The computer has a gauge that shows how much data you are sending and receiving over the network."; fDesc[7] = "functionality. It works with Windows 2000 too. It also allow using unofficial visual styles, that are not from Microsoft. WIndows XP file protection can also be deactivated permanently."; fDesc[8] = "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[10] = "server side program needed. LanHelper has a smart and fast scan engine which can find IP address, MAC address, SNMP, NetBIOS, etc on LAN & WAN. With group feature and XML, managing machine data is very easy in LanHelper. LanHelper provides HTML and XML modes to view machine data with web browser in a more detailed and convenient way. Without installing any server side program, you would find the network management is easier by using LanHelper. Wake-On-LAN function sends Wake-On-LAN commands (Magic Packet) to power on computers on LAN or WAN. Support schedule and service. Remote Shutdown function shuts down or reboots remote computers on local network, support local schedule. Remote Execute allows you to schedule tasks to run periodically or at a later time on remote computers. LanHelper Integrated Command, which is designed for Remote Execute, offers many additional management..."; fDesc[11] = "address, net addresses, net prefix and net mask, don´t look for any more, you have just found one of the best. It is LAN calculator. LanCalculator makes all the above mentioned possible with one key press."; fDesc[12] = "systems or logoff users. Get useful information about a remote system such as IP & MAC addresses, Transfer files, etc."; fDesc[13] = "administrators, IT solution providers or individuals. It includes: Comprehensive Security Scanner, Host monitor, and more."; fDesc[14] = "is an amazing program named Network Traffic Monitor. Very quickly it informs its user about all the ongoing threads and processes on the client’s machine that cause or are responsible for the traffic generated on the network."; fDesc[15] = "needs. This must have application, designed specially for: Internet users, people using multiple email accounts, network administrators, web administrators, website designers, and corporate agencies runs on all your Windows platforms."; 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 = '...'; } }