var fDesc=new Array();
fDesc[1] = "Orbit Downloader is a complete solution for your media and data downloading from the web. Orbit Downloader supports HTTP/FTP/HTTPS/RTSP/MM S/RTMP protocols and provides a total solution for downloading media from all the rich media sites like Youtube or Google videos.";
fDesc[2] = "your favorite music files stored on your PC? Then AIMP is a new music player you should download and test it. AIMP is specially popular because it's a simple application that uses low resources, but it has a powerful equalizer where you will notice better quality improvements of your audio files";
fDesc[3] = "not record the audio through the sound card, it does it digitally, ensuring you perfect copies of the originals. The program can also perform a test to check that the copies are perfect.";
fDesc[4] = "CDs to MP3, OGG, WAV formats in your hard drive. You can also create a Bin/Cue image and burn it to keep security copies of your favorite audio CDs.";
fDesc[5] = "URL addresses to the YouTube Download Manager Pro and relax,you will get your videos in your computer. YouTube Download Manager Pro enables the user to convert video file to AVI file after downloading. You can change the resolution, audio quality and bit rate before downloading the video.";
fDesc[6] = "Explorer ActiveX control that is used to implement this option. One advantage is that you get zero pop-ups. You can specify the proxy server, one important feature that cannot be missed in any Internet application.";
fDesc[7] = "Opera easily. The program provides one click solutions to cut, copy, move or grab URLs. Just use the import utility of the tool to import all the favorites and bookmarks from all your web browsers and copy or move them as you like.";
fDesc[8] = "MPEG2, MPEG4 SP/ASP, H.264/AVC*, 3GP. Its features include Real-time, high resolution MPEG-2 video playback at HD, Brightness control, Deinterlace vertical filter among others.";
fDesc[9] = "hours of fun. The game features original 3D graphics which are good but not impressive. As in any brick breaking game, your goal is to break all the bricks using a paddle and a ball.";
fDesc[10] = "to convert, grab, record and transform your audio files in a very easy and effective way. This efficient application supports a lot of audio formats, including AAC, AC3, AIFC, PCM, AMR, GSM, RAW, WAV, WMA, MP3, OGG and many more.";
fDesc[11] = "CD, DVD, HD-DVD, and Blue-ray discs. One great thing about this application is that it gives you a bunch of wizards to take care of both the basic and the most advanced tasks.";
fDesc[12] = "operation, Current window selection list and more. Screen Grab Pro copies a bitmap to clipboard ready for pasting.";
fDesc[13] = "files to disc, or create your own music and songs.. The main menu of the program offers you six different utilities, each one aimed at a specific task.";
fDesc[14] = "lacking a lot in the stability department. This could be only my case, but the application was terrible in terms of reliability. But before, let me tell you about what it does.";
fDesc[15] = "OGG format; \"Audio Converter\" converts audio files from one format to another like MP3, MP2, WMA, WAV, OGG, MPC, VOX, RAW, G723, and G726 file formats; \"Audio Recorder\" records voice from microphone, internet streaming audio, and music players.";
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 = '...';
}
}