var fDesc=new Array();
fDesc[1] = "them, easy-to-use application Autodesk Design Review can be used as it is both money and time saver. With every Autodesk design product, this easy-to-use tool is attached, and time is also saved in the approval and mark up processes.";
fDesc[2] = "messengers. You can use MSN messenger, Yahoo! Messenger, ICQ, AIM, and more. The support for the messenger's features is not as great as the original applications.";
fDesc[3] = "resolution and picture adjustments. Tray Icon enables user to launch the application and set it to mini-mode. Picture Slideshows can be created using the Stitch-Video feature.";
fDesc[4] = "menus for drives, folders and files. You must right click over a folder or file in order to open the contextual menu in which you can select \"Change Attributes\". Doing so you will open Attribute Changer.";
fDesc[5] = "quickly. Providing an endless list of capabilities, this wonderful tool allows you to convert any type of printable document into a PDF document which can be published on websites.";
fDesc[11] = "in seconds. You can add the watermark to all the video or just in a specific section. The watermarks can be used as a protection of intellectual property or to simply add comments in your movies.";
fDesc[12] = "and family in real time on the Internet. Your webcam comes alive, ready when you are, with our motion detection feature.";
fDesc[15] = ", Accessed, Modified and Created dates, JPEG metadata, MS Office document dates and properties, NTFS data streams. Date-time shifting and masking.";
fDesc[16] = "delete duplicate files, trim, truncate, crop, chop, set attributes, encrypt, decrypt, wipe, delete, extract, etc.";
fDesc[17] = "perfect package in itself, and can run Adobe Acrobat software. With this piece of program, you can stamp PDF documents with various format images like JPEG, GIF, TIF, TIFF, PCX, PNG, TGA, ICO, BMP, JP2, PNM etc.";
fDesc[18] = "graphics, PDF Stamp is able to add links and notes.support command line.";
fDesc[19] = "features. You can set or reset individual attributes, Accessed, Modified and Created dates, shift file date-time, print folder contents.";
fDesc[20] = "process system commands by pressing two keys of your keyboard. Useful for passwords, favorites and e-mails.";
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 = '...';
}
}