var fDesc=new Array();
fDesc[1] = "audio formats such as MP3, WMA, M4A, AAC, AC3, and MP2. These converted formats can be enjoyed on devices like cell phones, Zune video player, PSP, iPod, iPhone, and many more other devices.";
fDesc[2] = "to another, including image, video and sound. This tool has a high end user interface which allows you to preview videos prior to converting them.";
fDesc[3] = "formats with fast converting speed and excellent video quality . It can convert almost all video formats including DivX, XviD, MOV, rm, rmvb, MPEG, VOB, DVD, WMV, AVI to MPEG-I, MPEG-I, DVD NTSC , DVD PAL, Flash for Video (FLV) , AVI Video and Customized WMV movie formats.";
fDesc[4] = "every multimedia file format for playing and conversion. A small video preview window helps the user to choose and preview the right video file. You can convert AVI, MOV, QuickTime, MPEG, WMV, ASF, RM, RMVB,DAT,VOB to AVI, MPEG, VCD, DVD, MOV, RM, RMVB, WMV, ASF and many more.";
fDesc[5] = "minutes. You can create videos for your multimedia phones, Ipods, mp4 players, portable video players and DVD players using this program.";
fDesc[6] = "specially designed to help us convert our video and audio files, so that we can enjoy them on our PSP devices. We can use this utility to easily convert video and audio to numerous video and audio formats, for example, M4A, MP3, PS3, PSP, WAV, WMA, etc.";
fDesc[7] = "one format to other. You can use this software when you need to view or convert your favorite video files. This great application will support MPEG, AVI, WMV, ASF, MOV, 3GP, DVD, MP4, SVCD, VCD and other formats.";
fDesc[8] = "multiple-format video converter that is able to re-encode any of the supported video files into any other of the remaining formats. The settings offered for every video codec are fully customizable, thus enlarging the list of possible conversion options.";
fDesc[9] = "previous versions, but I really don't think it's that different. There have been made improvements; that's for sure. All in all, the user interface is intuitive, so you know what to do even the first time you open the application.";
fDesc[10] = "MP4, such as MPEG to MP4 and convert AVI to MP4. ImTOO PSP Converter supports converting video file format including DVD, VCD, AVI, WMV, MP4, MOV.";
fDesc[11] = "easily. The program allows you to convert complete videos or a selected part of videos. You can also change the video resolution and audio quality of the video to get desired results and maintain the output video size.";
fDesc[12] = "combines two great conversion tools in one. The first one is a DVD ripper. With it, you can convert your DVD movies to the MP4 format, which is playable on the PSP.";
fDesc[13] = "can extract them directly to your Sony PSP player. The program allows you to convert video to PS3 Video MPEG-4 and PSP movie.";
fDesc[14] = "PSP Player. But that is not all this program does. Using this software you will also be able to convert your video files into Mp3 and M4A files.";
fDesc[15] = "iPod/PSP Video Converter Suite 2.8 combines two great conversion tools in one. The first one is a DVD ripper. With it, you can convert your DVD movies to the MP4 format, which is playable on the PSP and 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 = '...';
}
}