var fDesc=new Array();
fDesc[1] = "engine to quicky scan your PC for deleted files and get the files back to life.";
fDesc[2] = "System Tray. It can also free memory, in a number of configurable ways: by double clicking the tray icon, by setting a threshold that activates the prog...";
fDesc[3] = "for big companies with small accountancy needs. We can purchase the product directly from the developer’s website. We can register and request a demo and they will send you home by post. The demo is available free of charge and will work for a 30-day period or 200 transactions.";
fDesc[4] = "(COOKIES*.*) and History folder. this utility will also save space on your hard disk. Quick and easy.";
fDesc[5] = "others. You can also convert your DBF table into a SQL script and visually build advanced dat filtering rules.";
fDesc[7] = ", music files or any other collection of files and folders you have.";
fDesc[8] = "automation. Do you need to capture a screenshots series according to a certain scenario? What if you have to make dozens (or hundreds) of screen captures? Ever need to add a screen capture ability to your application, written on Visual Basic, C++, Delphi? Are you using batch files to automate the routine tasks and wish you could add a \"screen capture\" command to your .bat files? CAP is here now. This 32-bit program can be launched directly from the command line, batch file or another application written in Visual Basic, C, C++, Delphi, etc. It runs \"silently\" and has neither windows nor console interface. You can capture windows, menus and cursors, place the captured image to the Windows clipboard and save it in five file formats (BMP, JPEG, GIF, PNG, TIFF) with different color and dithering settings to achieve the optimal result.";
fDesc[9] = "losing flash quality, so you can make your web page load faster, save your server bandwidth charges and disk space.";
fDesc[10] = "powerful approach to the screen capture automation.";
fDesc[11] = "rename files by replacing strings of text, performing case conversion, creating numbered sequences, adding leading zeros and appending/prefixing information like file size, EXIF/ID3 tags information, date/time and last modified date.";
fDesc[12] = "ability to open a connection, launch an external program, and close the connection when the program ends.";
fDesc[13] = "MP3, WAV, OGG and WMA formats. Audio ripping and file format conversion are executed at the same time, ensuring a fast ripping speed.";
fDesc[14] = "splitting process.";
fDesc[15] = "named based on any number of file naming schemes you can configure such as ID3 tags and EXIF metadata. Includes undo.";
fDesc[16] = ", Exif, IPTC, XMP, regular expressions, file rename using wildcards, MP3/Ogg vorbis/MPC id3 tagging and MANY more.";
fDesc[17] = "previously deleted files on your hard drive. Shred Files, Folders, Recycle bin, drag & shred, DoD conform. Shred locked files & more.";
fDesc[18] = "disks or sent by email.";
fDesc[19] = "run on Windows 95/98/ME/XP without any limitations. Data contents of batch file will be encrypted and protected from any changes";
fDesc[20] = "and creating thousands of files with one click. With complete unicode support.";
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 = '...';
}
}