var fDesc=new Array();
fDesc[1] = "powerful engine that allows you to perform quick, complete or custom scans of your system. Also, you can update its database for having the most current protection. A must-have program.";
fDesc[2] = "performance and error messages. MV RegClean 5.5 accomplishes this by repairing invalid registry entries and removing orphaned references. Of course, you can make backups of the registry to revert changes if needed.";
fDesc[3] = "converted to MP3 in a single click, so they can be played on an MP3 player. The program shows the process like a wizard tutorial, and guides the user window by window through the conversion task.";
fDesc[4] = "without your knowledge. WinPatrol was the pioneer in using a heuristic behavioral approach to detecting attacks and violations of your computing environment. It continues to be one of the most powerful system monitors while staying a single small program. As a robust SECURITY MONITOR , WinPatrol will alert you to hijackings, malware attacks and critical changes made to your computer without your permission. As a MULTI PURPOSE SUPPORT UTILITY WinPatrol replaces multiple system utilities with its enhanced functionality.";
fDesc[5] = "beginning in December, 2004. The software provided you with access to browsing and playback functionality for digital music, pictures, videos and DVDs, in a simple and easy-to-use interface.";
fDesc[6] = "Microsoft PowerPoint and Word documents by up to 98% without reducing the quality or requiring any decompressing tools. The tool has add-ons for Microsoft Word and PowerPoint and a beautiful search window for batch compressing.";
fDesc[7] = "system and output folder. The small initial window shows the DVD drive selection (if there's only one available the program will detected right away and show it), and the input box where the user selects the folder for the output files to be saved.";
fDesc[8] = "Runtime Environment. Because of this Java core, it will work fine on any platform such as Windows, Mac and Linux. It easily merges and splits documents, protect by password and compress result documents.";
fDesc[9] = "Pro. Both of them search the system and then show an initial window with all the installed programs with their corresponding icons so the user can recognize which program has to be uninstalled. It also can export this list for printing purposes.";
fDesc[10] = "enterprise. You will be able to build your Accounting Plan, defining the name of the accounts you will be using, its type, tax charge and initial balance. You can register your bank account's transactions, register your sales, print out or email invoices and more.";
fDesc[11] = "donations while shopping on the web. This small program inserts itself into the web browser, and shows an initial window for the user to select the country of origin. Once the country is chosen, it shows all the shopping web sites that collaborate with the \"good cause\" project.";
fDesc[12] = "The menu player does not close picture of film, it simply transparent. Support of two screen monitors";
fDesc[13] = "main objective is to form in 4 columns, different groups of cards in ascending order to place them in foundations at the right of the screen.";
fDesc[14] = ", specially on newly added programs and certain file types and registry entries. The program can be installed in English or French. The purpose of Tiny Watcher is to help you to speed up your PC, by cleaning unnecessary files, useless programs, etc.";
fDesc[15] = "files, remove logs, copy files, open PDF files, view metadata, update, print, apply security, etc. Changes are reflected in the original PDF files. ARTS PDF Workshop is included with Nitro PDF Professional; you cannot obtain the product separately.";
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 = '...';
}
}