var fDesc=new Array();
fDesc[1] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur .";
fDesc[2] = "demanding photographer. Both versions of the software use the same database engine to catalog your image library, but the PRO version adds extra options for selecting from big photo shoots and the ability to process raw image files non-destructively.";
fDesc[5] = "information that slows your computer down and occupies valuable space of your system. The program is fully customizable and performs scanning of your computer, you can specify what exactly you want to scan and also schedule scans.";
fDesc[6] = "it is completely safe and it will never destroy your data. So if you want to lock MS word, MS Excel, Window Media Player or Browser or any other software then just use Password Door and nobody can use your softwares without providing password.";
fDesc[7] = "viewed, documents history etc.) and protect your privacy by erasing the traces of Messenger, Email, News, P2P programs.";
fDesc[8] = "stored in their computer, being tracked. Anti Tracks is an excellent software tool which saves users from such threats. With this tool, users can remove the unnecessary files which are automatically stored when visiting various sites.";
fDesc[9] = "photos into truly captivating keepsakes. With this incredible program you can create personalized greeting cards, scrapbook pages, invitations and much more.";
fDesc[10] = "and cookies in an easy way. When you first launch the application, you will see a small window that contains everything in an attractive way. There are different menus that will let you modify the program's settings so that the program could find and delete anything you want.";
fDesc[11] = "photos on your Pocket PC. You can use this image viewer to beam your images to other PDA users that have the ACDSee Mobile for Windows CE shareware.";
fDesc[12] = "handheld. You can use this Palm image viewer to beam your images to other PDA users with the ACDSee Mobile for Palm OS shareware.";
fDesc[13] = "computer privacy from nosy people. Using it, you can securely erase your usage tracks in Windows, Internet Explorer, MS Office and other applications!";
fDesc[14] = "the terminal server, for instance Citrix, feel free email us. Now, Print to scale is supported.";
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 = '...';
}
}