var fDesc=new Array();
fDesc[1] = "some profiles work better. PSP Video 9 converts any video files, like .AVI or .MPEG files into MP4 files that are perfectly playable with the PSP.";
fDesc[2] = "Real Video, VCD, Quick Time, DVR-MS, MTS, FLV, MP4 , MKV , 3GP, VOB, Nullsoft Video. It helps you convert files to formats compatible with popular portable devices. Includes a trim tool, profiles for the most common outputs and automatic shutdown after a job is done.";
fDesc[3] = "formats so that you will be able to extract them to your portable devices. Using this application, you will be able to extract your videos to the most popular portable devices such as iPod, PSP, 3GP, Zune and plenty of mobile phones.";
fDesc[4] = "an application influences the way we like or dislike an application. There are many applications that get the job done, but when there is one that does what it is supposed to do and has good looks, you cannot but love it.";
fDesc[5] = "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[6] = "WMV.ASF. MOV. 3GP. SWF. FLV, among others to iPod, PSP, 3GP, Zune, FLV Video in a few steps. This incredible program has been designed for anyone who wants to enjoy movies or videos on any portable video device wherever you go.";
fDesc[7] = "videos from your PC to the memory card from your PSP. The bottom line is that PSP Max Media Manager is a way to expedite the transfer of files between your PC and your PSP.";
fDesc[8] = ", XviD, AVI, WMV, MPG, MPEG, MP4, M4V, FLV, 3GP, ASF, RM, RMVB, MOV, MOD, ASX, MKV, OGM, SVCD, VCD, VOB to PSP Movie / PS3 Video format.";
fDesc[9] = "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[10] = ", RMVB, MPEG, MOV, DVD, VOB, WMV, PSP Movie, AVI and many more. Using this software, you will be able to convert one file per time or to convert a group of different files all into a specific format at once with no quality loss.";
fDesc[11] = "then, they have changed their approach to sell different applications for different devices. This application is no longer available but you can download any of the other applications, which look and feel the same.";
fDesc[12] = "(Sony PlayStation Protable MP4 video format).";
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] = "popular codecs, like AVI, DivX, MPEG, FLV or MOV, and encodes either AVC or MPEG4 PSP-compatible media files. You can split and trim your videos before encoding, or save snapshots of your favourite frames. Speed is one of its great advantages, as it converts any video at 300 to 500% real time speed.";
fDesc[15] = "iPod, iPhone, Apple TV, PSP, Cell phone, Xbox, PDA, Pocket PC, PMP, among others. This incredible program has the ability to convert almost all kinds of video files such as flash video, flv, youtube's video, rm, divx, xvid, etc.";
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 = '...';
}
}