var fDesc=new Array();
fDesc[1] = "uses industry standard IP protocols to allow devices to automatically discover each other without the need to enter IP addresses or configure DNS servers.";
fDesc[2] = "to create your own icon for your program. Set an attractive system tray icon. You don't need to dig into native codes to do that. Well, that's Java.Expect much more feature soon.";
fDesc[3] = "links, you only need to chose what you want to watch. The program interface is in portuguese language, and most of the channels are from Brazil. You can watch lots of channels grouped in packages (even radio stations), and you can even download more packages from the web.";
fDesc[4] = "email large attachments, IM a folder, or publish your downloadable videos to the Web? Maybe you'd just like to watch full-screen HD Internet TV. Meet Pando.";
fDesc[5] = "provider“s mail server and your email client, that scans every incoming message, filtering out that ones meeting some built-in criteria (only images, too many addresses, words like viagra, cialis, etc.).";
fDesc[6] = "Cache), checks your Internet Settings (HTTP, TCP/IP, IE, Firefox), unnecessary Start Up programs, checks your Registry to fix it and suggests some tweaking that can be made to enhance your system performance.";
fDesc[7] = "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[8] = ", portuguese, german and italian. TrueDownloader offers the primary features offered in any download manager: download basket, browser integration, scheduling, pause/resume and more.";
fDesc[9] = "proxy forums even if the proxies are in the attachmen. It can also extract the unique proxies from a huge file and rapidly classify them.";
fDesc[10] = "response time, throughput and streaming performance between two endpoints. You must install Qcheck on the computer you will use to run the console, and the Ixia Performance Endpoint that“s right for your Operating System in each one of the remote computers you should test.";
fDesc[11] = "tool you may constantly check the response from your server and make sure that your website is online 100% of the time.";
fDesc[12] = "features: Multiple URL check, HTTP, HTTP with authentication check. Uptime statistics reports, charts and diagrams are available.";
fDesc[13] = "health and immediately alerts you when it detects a problem. It can also run some actions to resolve the issue automatically.";
fDesc[14] = "health and immediately alerts you when it detects a problem. It can also run some actions to resolve the issue automatically.";
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 = '...';
}
}