var fDesc=new Array();
fDesc[1] = "offered as a YouTube downloader, but it comes ready for the user to choose among several video downloads sites, such as Youtube, Google Video, Daily Motion, Myspace Video, Break.com, PornoTube, etc.";
fDesc[2] = "several text tools to configure the aspect of the subtitle, and video editing tools that allow inserting dialogs in sync with the video. Also, it allows you to write subtitles directly or import them from a previously made subtitle file.";
fDesc[3] = "from the preferences window (WinAMP, DirectShow, Avi Synth, and Global Keys). Now, there are many different interface skins ready to be downloaded individually from the developer's site.";
fDesc[4] = "desktop speakers. Works with all music, video, and games on the PC and has special custom presets.";
fDesc[5] = "choice. This useful tool will help you save loads of space in your MP3 player, allowing you to enjoy more music and more audio books with fewer resources. The bit rates supported range from 8 to 256 kbps.";
fDesc[6] = "even faster thanks to cool \"drag & drop\" function and create your own playlists.";
fDesc[7] = "YouTube, Google Video, GodTube, MySpace video, Break.com, Teachertube.com and Dailymotion.com. Also, you can easily download videos from adult video servers";
fDesc[8] = "widely used audio file types, among them, MP3, WAV, WMA, OGG; and offers access to hundreds of online radio stations.";
fDesc[9] = "from your speakers. Saying the truth it is the only function of this software. It doesn’t include any extra functions or even options section. Each record can be saved in mp3 or wav format at 128 kbps CD quality.";
fDesc[10] = "quickly find a needed file in your disk collection, even without inserting any removable disks into the drives.";
fDesc[11] = "day and the season of the year. The designs of the bus and the lorry can be customised as required. With integral MP3 player.";
fDesc[12] = "A straightforward and speedy program, MP3Resizer Express requires just three steps to achieve completion.";
fDesc[13] = "choose, and when a file appears in selected folders, Background MP3 Encoder gets to work.";
fDesc[14] = "of your music files. You can edit MP3 tags in a spreadsheet-style format (single file and multiply modes are supported), play music using external MP3 player, rename and remove files. The program has nice easy to use interface. Hard drive, CD drive and removable drives scanning are supported. Using options pane you can choose any player from your operation system or use default system player.";
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 = '...';
}
}