var fDesc=new Array(); fDesc[1] = "document library located on a SharePoint Web site causing excess network traffic. Also fixes data loss when working on a notebook located on a server. OneNote can Crash when working for about 5 minutes working on a \"Read-Only\" notebook. After installing this update the computer must be restarted"; fDesc[2] = "Diagnostics module - Benchmarks - Tweaking features - Web links - Favorite pages - Built-in hardware database - Full Windows XP compatibility - Full Windows Server 2003 compatibility - Fully localized user interface."; fDesc[3] = ", for detecting long email attached files being downloaded, download processes taking too long, and to alert the user when unespected Internet or network activity takes place. When there's no Internet or network activity, it hides itself to the system tray."; fDesc[4] = "unwanted and unauthorized access through internet or a network. PC Tools Firewall Plus monitors every application running 24x7 and saves your computer from trojan horses, keyloggers and other malware. You can manually set access for an application."; fDesc[5] = "in order to analyze network problems, detect intrusion attempts, Monitor usage, collect statistics, filter content from network traffic, debug communications. Ethereal changed it's name to Wireshark."; fDesc[6] = "that could harm or slow down your PC. Sunbelt Personal Firewall lists the applications that generate traffic (incoming or outgoing) and you’re able to permit or deny this traffic. at is generating to allow or block this application."; fDesc[7] = "analyzing it. The version 3.2 of Microsoft Network Monitor has been modified to add some new tools with improved functionality such as; ‘Process Tracking’, Network Monitor API etc. It is actually an update which replaces Network Monitor version 3.1. The download size varies from 4.3MB-15.1MB."; fDesc[8] = "connections and vital IP statistics and examine individual packets."; fDesc[9] = "display multiple connections rates at the same time. Bandwidth Monitor works with the majority network connections."; fDesc[10] = "proactive protection against virus, malware, adware, intruders attack, spam, Trojans, spyware and other malicious applications that run without our authorization, and can cause computer crash, and serious security and privacy problems."; fDesc[12] = "your network. It can listen to traffic from any network interface currently connected to your system and it can detect passwords on several protocols, such as POP3, SMTP, FTP, and HTTP."; fDesc[13] = "internet connection. It counts downloaded and uploaded data and reminds you when you reach your maximum limit. It runs in background mode and starts automatically when your system starts."; 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] = "CommTraffic can analyze the traffic of your network and provide reports about the information of the outgoing and incoming traffic in the localhost and the generated by the remote IP addresses. CommTraffic works on 2000/XP/2003/Vista platforms both 32- and 64-bit Editions."; 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 = '...'; } }