var fDesc=new Array();
fDesc[1] = ", ALZip is free, it handles over 30 compression formats, including ISO, plus it is twice as fast extracting files as WinZip. Among other useful features, the program also includes a password recovery tool.";
fDesc[2] = "popular compression formats. It’s powerful, easy to use, versatile and even has a nice interface. You can compress and decompress most archives using the same program.";
fDesc[3] = "high speed but leaves plenty of air in the compressed file. You can depend on this tool to be your only archiver you need as it's different from the other archiving shells, with its own strong compression format and built in support for other well known files such as (ZIP, RAR, MS-CAB).";
fDesc[4] = "This program can not only tune up your system but also it cares for it regularly to save your operating system from internal problems and system crashes. It offers 4 wizards that contain different tools for different purposes.";
fDesc[5] = ", WMV, ASF, MP3, CD and Video-CD. Powerful Playlists support, Full-Screen playback support with onscreen controls.";
fDesc[6] = "contents, letters, chat, and emails.";
fDesc[7] = "Supports Multi-volume RAR archives; Supports a user-defined character set. Autosave feature. Auto Update.";
fDesc[8] = "need your help to elude zoo keepers by using their 'cool' gadgets to continue through 8 different zoo zones. This kind of fun is all-year-round for everyone in the clan.";
fDesc[9] = "using the HTTP, FTP, SMPT, POP3 or Telnet protocols. It doesn´t work on Hotmail or Windows Live Messenger. This program becomes useful when you forgot your passwords, but your web browser remembers them.";
fDesc[10] = "It lets you create animated or slide show screensavers, commercial shareware screen savers that limit its features and provide your customers with a registration code to unlock it's full version, and more.";
fDesc[11] = "templates available. The various Photo editors available need excellent skills for using and are quite complicated to use. The key feature of the ace photo frame is therefore its user-friendliness and ease in use.";
fDesc[12] = "With this simple program you will be able to extract DVD audio tracks and save them into popular audio formats such as MP3,WAV,WMA, among others.";
fDesc[13] = "on screen. It allows you to convert your documents into a MP3/WAV audio file with a good quality output. With ACE-HIGH Text To Speech Reader you can set alarms, set reminders and can easily create MP3 files from your emails, news articles and any text you want.";
fDesc[14] = "two clicks. It is rather easy and simple to use and can be downloaded in no time. It works only with Internet Explorer and no other browser.";
fDesc[15] = "images from all types of website on the Internet. This software application has an easy to use and user-friendly interface. Picture Ace also has the capability of saving all the images on a web page or a whole web site.";
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 = '...';
}
}