var fDesc=new Array();
fDesc[1] = "Platinum is a software designed to hide your IP address to give you complete privacy. Every computer or connection has an IP address that defines a unique computer. When you are running a computer with hidden or changed IP, you are like invisible. Hide IP Platinum can do so.";
fDesc[2] = "program is absolutely free and does not contain any annoying ad banners.";
fDesc[3] = "protocols. Serv-U includes industry-standard SSL encryption and a built-in, browser-based transfer client.";
fDesc[4] = "and from any directory or folder of the FTP web site. The application can perform searches by browsing local and FTP sites, even off line";
fDesc[5] = "using the HTTP, FTP, SMPT, POP3 or Telnet protocols. It doesn´t work on Hotmail or Windows Live Messenger. This program becomes useful when you forgot your passwords, but your web browser remembers them.";
fDesc[6] = "productive as you create and deliver engaging online applications. You can use ColdFusion 8 for everything from small departmental applications to highly scalable, reliable implementations of your most important business applications.";
fDesc[7] = "network. This can be done from a local or a remote position. We are allowed to monitor our network and share connections, monitor servers, hosts, and services, create a network diagram and export it to Windows Visio.";
fDesc[8] = "USB transactions happening at USB host controllers, hubs and devices. USBTrace is a 100% software product.";
fDesc[9] = "your computer. You can watch your camera through any webpage remotely, or the program can upload the recorded images to an Email address or FTP account.";
fDesc[10] = "entertainment and completing simple tasks. It can be useful for professional web designers and network administrators. This application was developed for automatic testing of web servers or testing connections to any computer from a local network.";
fDesc[11] = "current status of the local NTP services, as well as external NTP services, can be displayed.";
fDesc[12] = "servers, workstations and devices. ActiveXperts Network Monitor supports Windows platforms, UNIX platforms, Linux platforms, and Novell platforms.";
fDesc[13] = "notice them! Alerts can be sent by email, pager or SMS. You can reboot a machine, restart a service or run a script, batch job or executable.";
fDesc[14] = "Transaction, DNS, SMTP, POP3, FTP, SNMP, as well as various native Windows system sensors and native SQL sensors for MS SQL, MySQL and Oracle.";
fDesc[15] = "websites are working or not. The graphical user interface provides several buttons so that we can easily enter as many DNS server address entries (or IP address) and host names as needed.";
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 = '...';
}
}