var fDesc=new Array();
fDesc[1] = "source codecs like Ogg vorbis. With the built-in utilities like library manager, music ripping and burning to CDs and its great playback quality, it is indeed a great music player to have.";
fDesc[2] = "it possible to convert from a wide range of video formats to audio/video files. We can use it to convert FLV, AVI, MPG, MP4, WMV, 3GP, MOV, RM, ASF video files to AVI, XViD, MPEG4, H264, and DivX video files; and MP3, and WAV audio files.";
fDesc[3] = "MP3 and MP4 devices. It includes AMV Video Convert Tool, AMV Player, Media Manager, MP3 Player Disk Tool and MP3 Player Upgrade Tool.";
fDesc[4] = "three separate entries into the program's folder. These are the entries for each of the three modules included in the program: Music Converter, Batch Converter and CD Ripper. Every module has its own interface";
fDesc[5] = ", mod, ape, mjpeg, dat, rm, vob, wav, ogg, wmv and xvid file to 3gp, 3g2, mp4, avi, mpg, avi, asf, wmv, mov, vob and amr files along with predefined format profiles for Iphone, Ipod, DVD, PSP, Apple TV, Xbox 360 and many other portable multimedia players.";
fDesc[6] = ", MPEG, MP4, DivX, ASF, 3GP,PSP, Microsoft Windows WMV, iPod and Zune, as well as converting Flash Video FLV to MP3, Microsoft Windows WMA and WAV audio formats, for Cell Phones, iPod, Zune or MP4 player.";
fDesc[7] = "SWF file to all the popular video formats. You can now convert and play any FLV video in your multimedia player, iPod or DVD player using this tool.";
fDesc[8] = "is a fancy name for MP4. This converter will convert files of the most popular formats (DVD/VCD and AVI, MPEG, WMV, RM, RMVB, DivX, ASF, VOB.) into MP4.";
fDesc[9] = "formats to iPod, PSP, 3GP, MP4 video/ movie. It suppots most of popular video formats, such as DivX, XviD, MPEG, MOV, QT, VOB, 3GP, WMV, ASF, or AVI, etc";
fDesc[10] = "converter, but don't let the name fool you. In the newest versions, they have added a great array of features to it, which also allow it to convert videos for playback on the Playstation 3, the XBOX 360, and more devices.";
fDesc[11] = "Supports conversion from AVI, Divx, XviD, WMV, MPG, DAT, RM, RMVB, and MOV to MP4 compatible with iPod, Apple TV, iPhone, PSP and other MP4 players. Includes a video edition tool, ability to process batches, trim, crop, adjust settings, and use preset profiles.";
fDesc[12] = "files. Using this software, you will be able to convert many video files to your Mp4 files so that they can be extracted to your MP4 player and some other portable devices. The program has the advantage of converting files with a very fast conversion speed.";
fDesc[13] = ", images, and clips into files. The program works with several profiles for one video and permits you to customize size, snapshots and audio channels.";
fDesc[14] = "minutes. You can create videos for your multimedia phones, Ipods, mp4 players, portable video players and DVD players using this program.";
fDesc[15] = "to MP4 files that will be supported by iPod";
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 = '...';
}
}