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] = "songs and albums with excellent audio quality, and all for free, as it is funded on advertising. In Spotify it is possible to listen to all sorts of music: from a rare song one might not expect to find, to the latest albums by popular bands and artists.";
fDesc[3] = "uniques. The interface of the program have two Windows in one of each we can explore our files to find images for create our icons and in the other windows we have tools and colors to transform them.";
fDesc[4] = "1) Digital Media - Includes some essential softwares for audio conversion, media player improvements, etc. 2) Games - 3 Games for your kids 3) Themes - Some basic themes for windows 4) ScreenSavers - Some Screensavers";
fDesc[5] = "limewire; actually it doesnt offer anything new even while its developer (pronetsharing) claims that Limewire Music enables unlimited downloads for not just music, also pictures, video, software and even text documents.";
fDesc[6] = "certain items in different scenes and find them in order to progress in the game. In this case, the scenarios will be represented by different rooms in the manor. You can see your current location at any time in the game map.";
fDesc[7] = "From your private collection of love songs to entirely homemade video clips – everything's possible! For your songs, music videos, video emails, karaoke shows, funny clips, and much more.";
fDesc[8] = ", choose the Export Format, configure some Settings options (or you can leave the Preset settings, works just fine), and click on the Convert or Merge buttons... that's it!";
fDesc[9] = "is also extremely well presented and plays great. The first things that you will see are the great graphics. Every car is so detailed that you couldn't tell the difference from the real thing.";
fDesc[10] = "Chinese WP interface, and most of its features, is quite similar to that of Microsoft Office Word. The main difference being that with Chinese WP we have the possibility to learn and teach the Chinese language.";
fDesc[11] = "spending habits, record expenses, transfer among accounts and do on-line banking.";
fDesc[12] = "more stable but application provisioning has been made easier than ever. It provides features like rollback, digital signatures and delta compression.";
fDesc[13] = "really feel your self at space. Pick up special bonus like shields and weapons in order to power up your space ship and pay attention to additional bonuses and extra lives.";
fDesc[14] = "any language. Here you will find from the most recent DVD release to classic movies, from any genre, from any country, and in dozens of different languages.";
fDesc[15] = "recordings. When editing audio files you can cut, copy and paste parts of recordings and, if required, add effects like echo, amplification and cassette noise reduction.";
fDesc[16] = "side by side, highlighting their differences. The interface is really simple with easy navigation by means of buttons and a drop-down list of lines.";
fDesc[17] = ", and, in this case, it actually means great. The main difference you will find when you open this application is that the almost-always 2 vertical panels are horizontal here. You are given one panel on the top for your local machine, and the one at the bottom represents the FTP site.";
fDesc[18] = "similar and/or identical ones. The accuracy of comparison is really good. The program supports most of the popular image formats: TIFF, JPG, PCX, BMP, ICO, PNG, WMF, TGA, J2K, and others.";
fDesc[19] = "available: Classic and Timeless. As you sure already guessed, the difference between these two modes is time. In classic you have a limited amount of time to complete a level.";
fDesc[20] = "between each one of the folders or files you compare, making thus a single, complete file. Simply, once it has compared the files, you will be able to synchronize them.";
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 = '...';
}
}