var fDesc=new Array();
fDesc[1] = "be forgotten by the MS developers to include them in Windows Explorer. NexusFile is a terrific application which allows you to do more.";
fDesc[2] = "range of storage media. This incredible program backups and restores your entire hard drive partitions, or create bootable recovery images on CD/DVD and hard drives.";
fDesc[4] = "Create a complete profile of the site's structure, files, external links and even link errors.";
fDesc[5] = "media. This incredible program backups and restores your entire hard drive partitions, or create bootable recovery images on CD/DVD and hard drives.";
fDesc[6] = ", 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[7] = "disks and files the way you want it with the information you need. Preview image thumbnails or listen to audio previews offline.";
fDesc[8] = "folders. Manage your disks and files the way you want it with the information you need. Preview image thumbnails or listen to audio previews offline.";
fDesc[9] = "player designed for porn surfers. GUARANTEED 100% Spyware Free. Voted #1 by Maxim Magazine.";
fDesc[10] = "Security-Suite offers innovative and professional security and encryption modules for private and business use.";
fDesc[11] = "mail messages, folders, posts, appointments, contacts, distribution lists, tasks, journals and notes in them.";
fDesc[12] = "instantly, supports searching within compressed archives and duplicate files on your system.";
fDesc[13] = "pictures and compressed packages of pictures by e-mail over the internet. Pictures are organized by albums and grouped by packages for sending and recei...";
fDesc[14] = "keytrokes, chats, websites, screenshots and passwords by email. Remote surveillance - as easy as never before!";
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 = '...';
}
}