var fDesc=new Array();
fDesc[1] = "effects, equalize, analize, import and export audio tracks in formats wav, aiff, mp3, ogg vorbis, flac, mp2. Its Available for Windows 98/NT/XP/Vista, Linux/Unix, Mac OSX.";
fDesc[2] = "collections of all the imaginable music styles. Last.Fm opens a whole universe of new music, only by creating an account and downloading its freeware software.";
fDesc[3] = "clean up your tracks’ metadata among many other things. The program also has the ability to scan the first seconds of a track, then compare it with the Gracenote catalog to identify it, and finally fill in your missing data automatically as well as grab the album art.";
fDesc[4] = "time to Flash Media Server software or Flash Video Streaming Service (FVSS). When high-quality streaming is your priority, Flash Media Encoder can help you broadcast live events and around-the-clock broadcasting.";
fDesc[5] = "your iPhone in minutes. Xilisoft iPhone Video Converter can convert almost every video format including 3GP, SWF, VOB, FLV, MP4 and AVI to your iPhone MP4 video.";
fDesc[6] = "software helps in the development of percussive samples. Many features have been used like drumhead selection, room and microphone configurations to fuse the qualities of a high-end drum recording and the cutting edge of the radical beats of today's top R&B, hip hop, and pop producers.";
fDesc[7] = "includes sound both in the recordings and the MIDI recorded by Michael. Michael Blair’s personal instrument set-up included a mix of regular drums and odd bits and pieces like trashcans, bedroom furniture and rusty bicycle.";
fDesc[8] = "an application for every format that you can probably think of. This one at hand is a DVD ripper that converts your DVD movie to the Microsoft Windows Media Video format.";
fDesc[9] = "in your computer from avi, mpeg, mov, rm, wmv, vcd, dvd, to MP3, WMA, WAV, MP2 files letting you for instance extract music from live concerts and play it on your iPod. It supports batch conversion, and allows you to set start and end points to extract a clip of the movie.";
fDesc[11] = "have the ability to record live broadcasts, concerts. And cleaning up the noise that tapes always had is just a click away.";
fDesc[12] = "sections of large MP3 files, such as your favorite radio shows, concerts, trance mixes, etc. It support three methods to split : by frame, by time, and by size. Furthermore, Multi-Thread technology has been used in Easy MP3 Splitter to get high performance.";
fDesc[13] = "videos, concerts, anime, mp3s, games, podcasts, radio stations, magazines and Bittorrents with a single click, and play them in the skinable player (supports most popular audio, video and palylist formats ). Users can add and manage WifiRadio Channels and Podcasts, which will auto update and download the latest content as it is added. WifiRadio also has built-in support for instant file transfer to the user's Sony PSP with the click of a button.";
fDesc[14] = ", you can listen to the autopilot music. Among the genres you can hear are electronics, trip-hop, instrumental, acoustic, and more. There are also music clubs which offer live concerts.";
fDesc[15] = "DVD, which makes ripping DVD concerts by your favorite artist a simple one step process.";
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 = '...';
}
}