var fDesc=new Array();
fDesc[1] = "your important data, lost or deleted after an accidental format, virus crash, partition loss software malfunction, file or directory deletion or even sabotage.";
fDesc[2] = "photos lost because of file system corruption of the storage media, unintentional or intentional formatting, turning the camera off unexpectedly. accidental deletion of files. corruption or damage to the media or other situations.";
fDesc[3] = "corrupted Microsoft outlook files. This incredible program scans the damaged .pst file and extracts and saves information in a new usable .pst file, enabling PST Recovery.";
fDesc[4] = "lost or deleted after an accidental format, virus crash, partition loss software malfunction, file or directory deletion or even sabotage.";
fDesc[5] = "your important data, lost or deleted after an accidental format, virus crash, partition loss software malfunction, file or directory deletion or even sabotage.";
fDesc[6] = "Deleted File Recovery has a function that searches for deleted files on any version of Windows.";
fDesc[7] = "your lost, missing, inaccessible or deleted data. This incredible software will enable you to recover all your data/files lost due to accidental format, virus problems, software malfunction, file/directory deletion, unexpected shutdown, or even sabotage.";
fDesc[8] = "from from damaged or defective CDROM, CD-R, CD-RW lost due to scratches, bubbles, cracks, etc.and writes it to a different location.";
fDesc[9] = "electricity failures. Because of such events we can lose important data. That is why it is very important to have a reliable tool for repairing corrupted Word files. Stellar Phoenix Word Recovery is a perfect candidate for becoming such a tool.";
fDesc[10] = "electricity failures or virus attacks. Because of such events we can lose important data or almost finished project that demanded a lot of time and energy. Stellar Phoenix Access Recovery is a small application that can help you in such unpleasant situations.";
fDesc[11] = "data, lost or deleted after an accidental format, virus crash, partition loss software malfunction, file or directory deletion or even sabotage.";
fDesc[12] = "disk format, file/directory deletion, virus attack, bad boot record, corruption or damage in the allocation table, Volume Table or Directory Tree and software corruption.";
fDesc[13] = "satisfy both business and personal needs, which can be used both in a networking environment and on a single machine.";
fDesc[14] = "easy to use user friendly interface let you to easily recover your data from corrupted zipped files. Stellar Phoenix Zip Recovery can easily repair the Zip archive files which have CRC errors, or if the Zip archive file is corrupted then of course you can try it.";
fDesc[15] = ", recently opened documents, temporary Internet files and others. Sometimes it is very important to delete any data and to be sure that it won’t be accessed by another person. In such situations Stellar Wipe can be really helpful.";
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 = '...';
}
}