var fDesc=new Array();
fDesc[1] = "previewing, and adding comments. Create thumbnails and generate fully customisable HTML index pages ready to be uploaded to your website. Also it supports a wide variety of meta data standads and some movie formats.";
fDesc[2] = "including PDF documents in the searching process, you need this software. Why is that? Because standard search engines doesn't understand PDF language so they need a “translator” to help them up.";
fDesc[3] = "is a very easy to use program in which you can tag your files getting tag information from several sources. As many other tagging solutions tag retrieval is available from freedb but is also possible to retrieve tags from amazon.com, amazon.de and discogs.";
fDesc[4] = "a few words in it. On top of that, users can download a number of other free dictionaries from the website and use them in conjunction with the application.";
fDesc[5] = "your own site. It's free.";
fDesc[6] = "Media, Office, etc. Your browser's capabilities to delete temporary files is not really as good as you think; erase any trace from the hard drive and keep personal data and private information safe from hackers or other users.";
fDesc[7] = "to keep your PC activities private including browsing activities, the list of applications you started and the files or documents you opened during your session.";
fDesc[8] = "the cookies and the navigation history. But there is also a third kind of registration that is made on your PC. These saved files are called Index.dat, and they record information about your activity on the Internet. but Index.dat Analizer can help you with erasing this data easily and fast.";
fDesc[9] = "computers to find and remember where your files and folders are located on your system. There is a little drawback here. The application does not really do this automatically. You have to execute an included application to index your files.";
fDesc[10] = "cleaner. Requires .NET Framework 1.1";
fDesc[11] = "which, working together can help you to keep your computer running fast and safe. This index-like tool will organize the wide variety of options available into what is so called “packages,” so you can gather all the required “pieces” without losing much of your precious time.";
fDesc[12] = "recovery as per personal needs. The user can navigate through NTFS drives by jumping to a particular partition table, master file table, boot record or the root directory.";
fDesc[13] = "actually a photo manager to manage all your photos just according to your own choice, because My Photo Index gives you full flexibility to manage your photos categorically.";
fDesc[14] = "two different versions: a free sponsored one, wich can get really annoying launching over and over again your web browser to show you some advertisements; and a licensed version, at a very affordable price of 9,95 wich is worth to paid not to see the ads.";
fDesc[15] = "weight and height. Therefore, this diagnostic tool called BMI Calculator will help you to identify obesity problems. With this powerful tool everybody can easily get important and valuable information regarding their weight. And with that, improve in a positive way your diet.";
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 = '...';
}
}