var fDesc=new Array();
fDesc[1] = "high-quality formats your iPod can play. It converts your video clips to either of the high-quality MPEG4 or H264 formats that are playable on a 5th-generation iPod, a 6th generation iPod Classic, a 3rd generation iPod Nano, or a first-gen iPhone or iPod Touch.";
fDesc[2] = "It";
fDesc[3] = ", but is really overrated - it converts a file from one format to MP4. There are many applications that are \"just\" video converters, but can tackle the task of converting file A from AVI to MP4. Those files are perfectly playable on an iPod. The only extra thing that these...";
fDesc[4] = ", so that you can be able to extract them to mobile devices, including iPod and iPhone among others. Some of the formats this efficient conversion tool supports are: AVI, WMV, ASF, MPEG, MOV, RM, RMVB, DIVX, SWF, VOB, FLV and 3GP.";
fDesc[5] = "Converter support convert avi divx xvid mpeg mpg wmv asf rm rmvb dat mov swf flv vob to Apple iPod, Apple iPhone, Apple TV MPEG-4 H.264";
fDesc[6] = "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[7] = "Touch, Nano and Classic mp4 video. With just a few clicks, the program enables you to convertm, divx, xvid, avi, wmv, asf, mpg, etc. formats to iPod compatible format at high speed and with an excellent output quality.";
fDesc[8] = "computer such as RM , DivX , XviD , AVI , WMV , MPG, MPEG , ASF , MOV , ASX , SVCD , VCD stream formats into iPod mp4 format.";
fDesc[9] = "this application lets you convert all your video files into the MP4 format, which is the format that the iPod supports. The user interface is not the most intuitive that I have seen, but is easy enough for the average user.";
fDesc[10] = "device and watch them wherever and whenever you want. This incredible program also enables you to download and convert YouTube videos to iPod in one single step.";
fDesc[11] = "tend to produce MP4 files that are optimized for playback on the iPod. This application is yet another competing iPod converter. It works and feels nice.";
fDesc[12] = "you to import videos in all the popular video formats to convert them to MP4 videos. A powerful built-in video player allows you to play videos before conversion.";
fDesc[13] = "video files converted to formats that are compatible with iPod and some other mobile devices. The program will convert your files in a very short amount of time.";
fDesc[14] = "convert different audio and videos to work with their iPod. With the number of people using the iPod in their day to day life OJOsoft iPod Video Converter becomes very handy tool for every one. OJOsoft iPod Video Converter has very good features which would interest an iPod user.";
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 = '...';
}
}