var fDesc=new Array();
fDesc[1] = "Internet performance and more. It provides a categorized collection of tools and utilities, including a disk cleaner, registry scanner, startup manager, uninstaller manager and more.";
fDesc[2] = "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[3] = "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[4] = "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[5] = "control in this game, is a girl who has just finished college and now she realizes that she really needs to get a job. In a comic-like story you will learn that meeting a supermarket supervisor in a traffic jam results in a job offer.";
fDesc[6] = "up BitTorrent downloads.";
fDesc[7] = "keyword or phrase in 30+ languages (Unicode supported). It works through Google API and is extremely fast. Get it now!";
fDesc[8] = "take a course to learn how to land a plane, load it, unload it and help to take it off. You can go to the Academy and take the tutorial or take a correspondence course and obtain your diploma later.";
fDesc[9] = "and from your computer. This program will not only keep it free of unwanted visits, but will also allow you to configure the way your Internet connection is used. Suitable for both novice and expert users, with two selectable operation modes.";
fDesc[10] = ", the capabilities of FSX, providing users with a host of new features and traffic including a new Traffic Control Center and four virtual airports. Just Flight – Traffic X 1.0 includes over 100,000 scheduled airline flights within its AI feature";
fDesc[11] = "protocol and the web server, then HTTP Debugger is the program for you.";
fDesc[12] = "application-related traffic. The program creates an http tunnel with a mediator server, where the traffic conversion is taking place.";
fDesc[13] = "remove exceptions for programs and services so that they can receive inbound traffic. You can turn on/off the firewall with one click.";
fDesc[14] = "will maximize your Website's Search Engine Ranking. FREE TRIAL.";
fDesc[15] = "to hundreds of search engines and Internet directories and rank your site to see how visible you are on the major engines. Website ranking analyzer, HTML doorway page builder, Link Popularity analyzer & Keyword suggestion tool.";
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 = '...';
}
}