var fDesc=new Array();
fDesc[1] = "application is a stronghold of stability and reliability. There is so much to say about this application. Perhaps the most important aspect to comment about the change of name is that, since then, the application includes a portal for high definition content.";
fDesc[2] = "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[3] = "desktop browsing and file management application that is kept simple. Just because it is not extravagantly designed, it does not mean that you will be missing any of the important basic features.";
fDesc[4] = "place on your Netlog profile. The program sits silently on your system tray and displays an alert whenever there is something new on your profile: a new private message, when someone adds you as friend, makes a comment on you picture, writes in your guestbook, among others.";
fDesc[5] = "and install, and the great performance that it provides; made it the best audio media player that I had never used. It is very simple with its options and configuration, but its simplicity placed it beyond than amazing.";
fDesc[6] = "images, editing them in external editors, exporting them to html gallery, publishing images to some blogs, and uploading folders or individual images to Flickr. The program should meet the demands of the users who like adding creativity to editing images.";
fDesc[7] = "any web page. Read other's comments. Private message them. Comment the overall page, specific text, or any picture.";
fDesc[8] = "Mp4 MP3 Converter has different parameters for encoding MP4 files to MP3. The parameters include sample frequency, bit rate and channels. The volume can also be altered, changing the overall volume of the file. During conversion, the software adds ID3 tag";
fDesc[9] = "This tool allows you to download files from the Internet without much difficulty. Using this program, you can manage, recover and accelerate all downloads at your fingertips.";
fDesc[10] = "to get the first mover advantage on comment posting for more targeted website visitors & better link popularity.";
fDesc[11] = "are needed) to our photo collection. We can open any folder that has JPEG images and view them (one at a time) in a window on the left, using the internal viewer. We can add any comment that comes to our mind, writing it in the box provided.";
fDesc[12] = "Speaking Mailer solves this problem: You can do some work while the Speaking Mailer will speak to you E-mail messages. You will not listen to advertising signatures in messages Because the Speaking Mailer will filter it. The Speaking Mailer can also fast generate quality-adjustable MP3 or WAV files from E-mail messages for playback on your iPod, Pocket PC, or any other portable music player. The Speaking Mailer is E-mail client style tool for non-stop speak E-mail messages from popular E-mail clients such as Outlook Express or Eudora. The Speaking Mailer has a powerful analysis algorithm of advertising in E-mail messages. You can use Speaking Mailer for viewing,editing and converting E-mail messages from popular E-mail clients. One of base feature is Ability to display the messages saved in separate .eml files as though they were in E-mail client folders. This is very convenient if you...";
fDesc[13] = "list, stats and add them automatically. Message and comment friends with TXT or HTML, Auto Approve Friends and Comment them.";
fDesc[14] = "Database as your Notes; - every Note has a Date, Theme, Internet-address, Comment and Text fields;";
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 = '...';
}
}