var fDesc=new Array();
fDesc[1] = "very distinct as compared to the rest, Agent supports vEnc encoding and along with that it joined multi-part binaries. It is among the first group to do that. It has a vast set of commands that can be used for searching, filtering and navigation.";
fDesc[3] = "Explorer, Microsoft Office Excel, and many databases. It can export to Outlook Personal Storage files, MSG files, EML message files, MHT Web Archive files, Mozilla mailbox files, Generic mailbox files, and more.";
fDesc[4] = "and forgot to say the basics. Like the password for example, well the Rixler Software is considered the Elite Password Recovery Tool. With this application you will be able to recover and display logins and passwords for email accounts stored by popular email clients.";
fDesc[8] = "your original message files intact while it reads and processes your current and archived e-mails on your computer, networked drives, or on removable media. Supports the most popular mail clients.";
fDesc[14] = "popular newsreader) to any format you wish (CHM, PDF, HTML, RTF, HLP, TXT, DOC, EML, DBF, XML, CSV, XLS, etc.)";
fDesc[15] = "screens. See Forte Incs web site for a list of the extra features contained in Agent.";
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 = '...';
}
}