var fDesc=new Array();
fDesc[1] = ", e-mail and web sites. 2- System Security by monitoring all activity in our PC, 3- Online Security against internet fraud and network attacks.";
fDesc[2] = "maximum performance. Scanning process finds and removes in a safe manner the following malicious software (Malware): Trojan Horses, Dialers, Worms, Spyware, and Adware.";
fDesc[3] = "make it work with your USB modem. This application allows you to configure your Tata Indicom USB modem on your system to set up an Internet connection.";
fDesc[4] = "to use interface with the basics: a phone book, help button and a dialer. No additional features. To use it you will have to set up an account.";
fDesc[5] = "support@telpik.com";
fDesc[6] = "is both a stand-alone application and an Outlook plug in.";
fDesc[7] = "disks, detects Dialer infections, removes and blocks dialers before they become active, removing all infections and restoring your PC to maximum performance.";
fDesc[8] = "2000, XP, and Vista.";
fDesc[9] = "the basics: speakers and microphone volume controls, and a simple dialer with clear and cancel buttons. The software is free but to get it working you will be asked to setup a payed account.";
fDesc[10] = "all sizes, fully customizable. Configurable fields with masking for fields such as postal codes, phone format, last call, last email, last update. Performs addressvalidation. Comes with postal tables for US Austrialia, Thialand and Brazil. Also comes with address and emailaddress for US Senate and Congress, or at least forthose brave enough to maintain one.";
fDesc[11] = ", addresses are easy to locate. Powerful search facility. Extremely configurable interface and behavior.";
fDesc[12] = ", restore broken connections, calculate online time, cost and traffic, launch and close programs, synchronize clock and so on.";
fDesc[13] = ", extended address book capacity, automatic redialing if the phone line is busy and the ability to display caller name and phone number (Caller ID)";
fDesc[15] = "Disconnect from the Net easily, quickly, and even 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 = '...';
}
}