var fDesc=new Array();
fDesc[1] = "to CD & DVD. This incredible application enables you to have your complete music collection digitized and securely archived in a few steps.";
fDesc[2] = "viruses, spyware, phishing attacks, and rootkits. The program features a simple and intuitive user interface, which makes it really easy to use. The application scans files during boot, recently accessed files, packed files (although not archived files) and incoming and outgoing e-mails.";
fDesc[3] = ", temporary Internet files, list of recent files etc. This program is a simple and efficient tool that sets clearly defined limits just with the help of a few mouse-clicks in a moment. It provides space on hard disk and security while surfing.";
fDesc[4] = "works fine but it's useless if you have Windows XP or Vista, because you can create, open and extract ZIP archives within Windows Explorer without the help of any additional program.";
fDesc[5] = "WMV movies to disk or email. A year of video capture fits in 100GB. Also works as FTP and HTTP webcam.";
fDesc[6] = "formats like ZIP, CZIP, ACE, CAB, RAR, TAR, GZIP, LZH, BZ2, SQX, RS, UUE, XXE, BASE64, UCL, ARJ, ZLIB, ALIB, RPM, DEB, 7-ZIP. And, of course, you can create compressed archives in a number of formats like 7z, ZIP, CZIP, Cab, LHA, TAR, TAR GZ TAR BZ2, ACE, etc.";
fDesc[7] = "and may contain one or more files and folders. RAR have capability to password protect your RAR archives and it can also encrypt your sensitive files in RAR format. But RAR Key is a utility for recovering the password of password protected RAR archives.";
fDesc[8] = "has a minimum set of features, thereby being easy to use, but still packed with features that make it one of the most popular programs of its kind.";
fDesc[9] = "take quick snapshots of individual web pages and saves the content in the original file format, allowing you to open them with associated applications or online tools such as newsreaders, e-mail clients, etc.";
fDesc[10] = ", archiving a steadily increasing number of files leads to a different kind of problem: Where to look for which document and what does it contain that might be of interest to you? Superior Search is a tool that makes it much easier for Windows users to handle archived files. Superior Search offers a variety of format- and language-independent document search functions that help you find the desired information as quickly as possible. This tool allows high-speed text searches in large numbers of files. Superior Search contains advanced document filters that provide for format-independent access to all information in archived files--now it's easy to search for text in different document types at the same time! These filters make it possible to read all popular document formats such as Microsoft Office, PDF, PostScript etc. In addition, you can define and search custom file types, for...";
fDesc[11] = "protecting them with the password and encryption techniques of the compression utility then be careful about the password. If you forget the right password then your will not be able to extract your files without providing right password. In this situation you will require Zip Key utility.";
fDesc[12] = "or a virus can infect your archived file or it can be damaged while downloading. This repair tool can recover as much data as possible from all these damaged archived files. It uses a very effective algorithm for recovering data and repairing archived files.";
fDesc[13] = "various archive types with reasonable decompression speed. The location of extracted files and handling of duplicate file names is configurable via various configuration options.";
fDesc[14] = "and do lots more. Optimal Archive gives the impression of zip files to be acting like windows folders, and lets the user drag and drop files between windows and the archived files.";
fDesc[15] = "helps to protect and restore data from errors and other accidental misuses. All archives made by this software are very small in size and store all the information about the file. A user can also create multiple revisions of same file.";
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 = '...';
}
}