var fDesc=new Array();
fDesc[1] = "supports mpeg2 (that is, Quick time is now compatible with .mpg, .mpeg, .vob, .vro, .m2v, .m2a, .m2s). It is also compatible with a variety of audio formats like AIFF, WAV, MOV, MP4 (AAC only), CAF and AAC/ADTS. QuickTime also opens images in jpeg format and other image formats.";
fDesc[2] = "is dynamic unlike other download managers. Other features include resume broken downloads due to broken network connections, error recover and site grabber for web-sites. Apart from the regular files that can be downloaded, IDM also supports embedded video files";
fDesc[3] = "formats. It also can play digital media files protected by DRM-X platform. Haihaisoft Universal Player has Internet Explorer embedded. That allows the user to surf the web while playing files, using only a program.";
fDesc[4] = "program, every time when you connect player to the computer, will start up offering you to check if there is any media files on the drive. The program has handy interface.";
fDesc[5] = "author an playback MPEG-4 media (audio and video) under Windows, Mac OS X and Linux. This codec can be configured through the 3ivX Config entry in the Program's Menu.";
fDesc[6] = "experiences with Microsoft Silverlight. Microsoft Expression Encoder 2.0 is a tool that simplifies analog data into figures conversion processes, improves image quality and publication of multifunctional media content.";
fDesc[7] = "connected to an audio system to deliver sound in an event. Traktor DJ Studio 3.3.2.060 can add effects to the music, mix the tracks, do scratching, and lots of other effects.";
fDesc[8] = "application you will be able to convert more than one file into a specific format all at once with no quality loss at all. The program has got a friendly interface that will guide you on how to convert videos from one into another.";
fDesc[10] = "files. The player supports MIDI, WAV, and MP3 audio files, as well as AVI, WMV, DAT, or MPG video files, just to name a few. The audio and video quality is very high, and the size of the video screen is fully customizable.";
fDesc[11] = "performance. The audio player supports all popular audio formats, including WMA, MOV, RM, and OGG, plus M3U and PLS play lists. Using this application is quite simple, as the interface is really user friendly, and there is no need to be an expert nor read the help file to start using it.";
fDesc[12] = "way. It is based on a clear and intuitive interface and allows you to develop your own files in any of these formats: MP3, OGG, WMA and WAV. It supports ID3v1 and ID3v2 tags to keep the the original tags information.";
fDesc[13] = "internet. So, it is the codec they usually rip a DVD into. The main advantages of DIVX is that the video quality is maintained to the maximum while the file sizes are small. It gives one of the best compression available.";
fDesc[14] = "other packages this simplify the user experience. When you install the program you must to configure it, the first things that the program show is your connection speed you can choose between modem, ISDN, ADSL or your office connection.";
fDesc[15] = "instruments in a polyphonic audio track and creates MIDI files for each of the instruments represented. Capable of recognizing as many as 93 different instruments, it opens any WAV, MP3, or WMA file, rips any track from an audio CD, and records audio directly from various external sources.";
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 = '...';
}
}