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] = "analysis, a tool that many companies use to know the sites you visit, and where are you physically located. Tor 0.1.2.19 achieves this by bouncing your communications around a distributed network of relays run by volunteers all around the world.";
fDesc[4] = "down your PC. Home network security management from a single location. BitDefender software can be remotely configured from other computers in the network , and tasks such as scans, backups tune-ups and updates can be scheduled to run during off-hours.";
fDesc[5] = "access your Personal Photo Gallery, keep an eye on your appointments, keep track of your Music Library, write down notes as well as having access to Breaking News, Instant Web Searches and Weather Information. There are lots of other things to add.";
fDesc[6] = "off for fun with Airport Mania! Land planes, unload, and return to the skies in 8 amusing airports. Avoid delays, keep your planes in good repair, and get to the gate on time to keep things running smoothly.";
fDesc[8] = "or going out. Every time a data packet is transfered the Firewall detects it and alert the user to block or allow that traffic, for intruders detections. The user can allow specific applications to \"trade\" with networks and they will never be blocked.";
fDesc[9] = "address of the user’s system, for preventing issues like identity theft, and guards the computer against hacker intrusions by concealing the IP address with a mere click of a button.";
fDesc[10] = "engines, measure and analyze traffic to your site. Instantly find out which keywords fit in well with your search engine optimization strategy. Analyze how well your site is optimized for search engines and find recommendations how to improve your rankings. Automatically submit your site to the best search engines, find the regularly updated recommendations on manual submissions and registrations with pay-per-click search engines. Check your site rankings in over 100 search engines. Live traffic analysis will provide you with actionable insight based on up-to-the-minute trends. Using over 160 analytical reports you will understand your visitors and answer questions that influence the bottom line of your business: where they come from, what they want; and why they don";
fDesc[12] = "inspect all HTTP(S) traffic, set breakpoints, and manage incoming or outgoing data. It includes an event-based scripting subsystem, and can be extended using any .NET language.";
fDesc[13] = "all packets without the target users' recognition. It can also detect the ?arpspoofer? program and block user definable session like firewall.";
fDesc[14] = "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[15] = "far more power than regular searches.";
fDesc[16] = "messages and so on.";
fDesc[17] = "knowing what websites you access. The program saves your traffic by compressing images and HTML of the websites you visit and offers a basic image ad-blocker. The program is multilingual and comes with support for 7 languages.";
fDesc[18] = "web bandwidth usage optimization and the best connection settings to improve the download speed and the accuracy of your search.";
fDesc[19] = "downloads and disconnections, traffic congestion, improving download speed and reliability";
fDesc[20] = "without losing quality. The program features a very simple and intuitive user interface allowing you to completely customize the compression options to satisfy your needs.";
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 = '...';
}
}