var fDesc=new Array();
fDesc[1] = "application ever. Nowadays, billions of people use Skype for several reasons. Firstly, it allows you to call anyone who has Skype for free. The call quality is great and you can even go on a video chat with anyone who has a camera.";
fDesc[2] = "copies and take with you all your MSN extras to use them when you connect to Internet from other PCs. The version 1.3.3 runs with Microsoft MSN Messenger 7, 7.5 and Live Messenger 8.0, 8.1 and 8.5";
fDesc[3] = "email database. This incredible program can save emails, address book, message rules, settings, mail and news accounts, blocked senders lists and signatures to a single, compact, compressed backup file that can be easily restored when necessary.";
fDesc[5] = "folders of your computer, for instance, Outlook and Outlook Express mailboxes, Thunderbird, Windows Address Book, Contacts, etc. It even supports web documents, PDF and DOC files, MSN Messenger logs and other formats.";
fDesc[6] = ", accounts, etc ). Works with top 9 Email Clients: Outlook Express Backup, Microsoft Outlook, Eudora, IncrediMail.";
fDesc[7] = "Works with top 9 Email Clients: Outlook Express Backup, Microsoft Outlook, Eudora, IncrediMail. Multilingual interface.";
fDesc[8] = "compressed file and much more! Messenger Backup also include a Scheduled Backup and Chat Logger features!";
fDesc[10] = "2000/XP/2003/Vista. Program can back up ?My Documents?, MS Outlook, The Bat, ICQ, Registry, Desktop items.";
fDesc[11] = ", Windows registry, Windows shell settings, and anything you wish to protect from hardware failure or accidental erasures.";
fDesc[13] = "common programs to a local drive, network folder, CD/DVD and even to a remote FTP server!";
fDesc[14] = "Supports ICQ versions from 97a up to ICQ 6, MSN Messenger, Yahoo! Messenger, &RQ, Miranda, Skype, MySpace IM, SIM, QIP, AIM.";
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 = '...';
}
}