var fDesc=new Array();
fDesc[1] = "gives you a simple solution to maintain your anonymity and protect your privacy when accessing wi-fi hotspots.";
fDesc[2] = "RAM. Dr.Web for Windows performs real-time interception of calls to files on hard and floppy drives, CD/DVD/Blue-ray/Flash drives, and smart cards";
fDesc[3] = "that of Internet Explorer, Smart Brow has its own features, such as the \"quick note\" panel for us to copy and paste (or write) anything we like; and a nice user interface, whose appearance (skin and/or color) can be easily changed.";
fDesc[4] = "your computer when ever you want. Lock My PC can be used for home or office use because of it's simple interface and powerful locking system. Lock My PC can automatically lock your PC at every start up, after system stands By or after desired minutes of inactivity.";
fDesc[5] = "browser information by the use of different types of proxies that it downloads from proxy list websites. It also cleans your temporary internet files, clears browsing history and manage your cookies. The program can remove ads and pop-ups.";
fDesc[6] = "fraud, identity theft, and so on. This program can search our files, web data, e-mails and attachments, and Windows Registry for any personal information that we may have stored and that can be used to cause us real damage.";
fDesc[7] = "personal information with a password. The program has a very user-friendly interface that enables you to locate its useful tools without having to launch them separately.";
fDesc[8] = "logon passwords * Credit card numbers and PIN details * Personal Contact details * Bank Account Details & many more!!";
fDesc[9] = "on you computer and erase it completely. This incredible program intended for probing the confidential information stored on your computer for its vulnerability to unauthorized access by hackers.";
fDesc[10] = "by password. So you have to remember only one password for all your passwords. Or if you want to categorize your passwords then you can also create different database files for different types of passwords.";
fDesc[11] = ", savings, credit cards, loans, debt accounts. You can even create your own account types!";
fDesc[12] = "logins, credit card numbers and other vital information for you. The features supporting the tool is; it can also be installed to flash disks, supports history restore, provides up to 30 rich and customized templates, and more.";
fDesc[13] = "current music player, then you have come to the right place! Keep Track is an easy to use music organiser and player. With it you can sort your music (MP3 and WMA files) into Artist and Track lists. When you click on an Artist, the Tracks performed by that Artist will appear in the Track list. Tracks can be grouped together in 'batches' allowing you to keep Tracks that you like together so they can be played as a playlist or exported to an M3U playlist.";
fDesc[14] = "engine queries and application usage ? with just one click!";
fDesc[15] = "button in your IE toolbar. SafeShopper provides you with an instant report as to if the online store is safe to shop at.";
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 = '...';
}
}