var fDesc=new Array();
fDesc[1] = "browser to be used instead Internet Explorer, Mozilla, FireFox, Opera or Safari. But the features really important are: online profile storage, mouse gestures, built-in AD/Pop up blocker, privacy control and other more features. Avant Browser runs in Windows platforms.";
fDesc[2] = "Microsoft PowerPoint and Word documents by up to 98% without reducing the quality or requiring any decompressing tools. The tool has add-ons for Microsoft Word and PowerPoint and a beautiful search window for batch compressing.";
fDesc[3] = "approach when they are faced with the task of cutting portions of video. What they do is cut the video and then re-encode it.";
fDesc[4] = "format including MP4 and DVD videos and create video clips in minutes for your multimedia phone, iPod and portable multimedia players. The user interface is very simple and designed while keeping the novice in the mind.";
fDesc[5] = "into separately files (VOB format too). The program seems to be easy to use, however it gets sometimes tricky, since some buttons don't work as expected. What comes to the rest, it's fairly easy to use.";
fDesc[6] = "long videos that you can't quite fit into a CD and DVD, but you need to burn. This application will take care of that task really easily.";
fDesc[7] = ", MPG, WMV, 3GP, MP4, VOB, BIN, CUE and many other CD and DVD formats. You can simply open any 3gp, amv, avi, div, divx, flv, mkv, mpeg, mp4, mod, mov, rm, dat, bin, vob, wmv, asf or xvid file, set start and end points, select the output format, video quality, resolution and that's all.";
fDesc[8] = "available for Windows users. It supports all kind of AVI audio/video files and gives output in *.avi format. It requires no encoding/decoding so no sound and video synchronization problem arise. It also accepts all size of files.";
fDesc[9] = "greeting cards in just a few minutes. The program includes hundred of pre- defined professional templates to help you create beautiful greeting cards in a snap that you can email or print directly from the program.";
fDesc[10] = "documents, emails, web pages, or any other text made document. The application converts text files to audio voice files directly, without using temporary files, so the conversion takes place fast. Documents can be saved in MP3, WAV or VOX audio files.";
fDesc[11] = "all in a very short amount of time and you will not lose any of your audio files' quality. This is a new version of the original Direct Wav Mp3 Splitter, and it includes a big number of new features.";
fDesc[12] = "will be able to cut and trim large mp3 files with multiple options, as well as join small pieces of an mp3 files to a single one. The program features an intuitive but not very attractive user interface.";
fDesc[13] = "when the floppies where the storing media of choice. Back then, with a only a megabyte and a half in size, those discs could only hold so much data.";
fDesc[14] = "files. The program will allow you to split large Mp3 files into smaller pieces by just clicking on a few buttons. Using this software, you will also be able to join different Mp3 files into a bigger file so that you can listen to all your songs or audio files at once.";
fDesc[15] = "a MPEG file according to your requirement with just few steps. It’s ‘By frame option’ lets you split a file by setting the start time and end time.";
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 = '...';
}
}