var fDesc=new Array();
fDesc[1] = "sytem that is available whether it be Windows, Free BSD, Mac or Linux. As the name suggest it natively creates compressed RAR files which is a much better compression format as compared to the popular ZIP format.";
fDesc[2] = "errors that show up. The software can optimize the computer by first scanning it to find the problems and then fixing the invalid registry entries. The Advanced Registry Optimizer is also easy to use and has a user friendly interface.";
fDesc[3] = "high speed but leaves plenty of air in the compressed file. You can depend on this tool to be your only archiver you need as it's different from the other archiving shells, with its own strong compression format and built in support for other well known files such as (ZIP, RAR, MS-CAB).";
fDesc[4] = "without the usual WinZip graphical user interface. It allows you to use WinZip directly from the command prompt and from batch (.BAT) files and script languages, making it ideal for automating repetitive tasks.";
fDesc[5] = "devices such as USB external drive, flash drive, memory cards, Iomage Zip disks, Mo, Jaz disks, among others. It supports both FAT and NTFS file systems.";
fDesc[6] = "programs by as much as 70%.(ASPack's compression ratio improves upon theindustry-standard zip file format by as much as10-20%.) ASPack makes Win...";
fDesc[7] = "include provision to move junk files to the recycle bin, custom folder or completely delete them. The application is indeed a powerhouse utility for controlling Cookies and typed URLs, and it displays all start-up items in registry or in startup folder.";
fDesc[8] = "from the corrupted zip archive to the specified destination, while other software may just try to repair the zipfile header or structure when your common unzip software will keep on refusing to open or extract the zipfiles you need.";
fDesc[9] = "\"connected world";
fDesc[10] = "copied so that both folders are identical. Synchronize an office computer with a home computer with this program.";
fDesc[11] = "faster. Use power words and gems. Watch out for rust, stitches and rips! Feed the mouse with cheese. Synergistic, exciting game play!";
fDesc[12] = "fully user configurable and very fast! For very expert Users only!!!";
fDesc[14] = "algorithm for symmetric encryption.";
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 = '...';
}
}