var fDesc=new Array();
fDesc[1] = "Video Converter supports AVI (DivX, MS MPEG4, Uncompressed, Cinepak and other), MPEG4-1, MPEG4-2, RM and WMV files";
fDesc[2] = "video conversion. Easy to use. Supports batch and merge conversion modes. Converts all or only a segment of the input file. It has options to preview the converted video and to automatically shutdown your computer once the conversion has been completed.";
fDesc[3] = ", 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[4] = ", 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[5] = "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[6] = "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[7] = "popular audio and video formats in the easiest possible way. We can convert our video and audio files, so that we can enjoy them later on our iPhone, NDS, Wii, PSP, iPod, mobile phone, Xbox, and so on.";
fDesc[8] = "AVI in a very short amount of time and in a really easy way with no quality loss at all. This application supports a lot of video files, including, VOB, SVCD, VCD, OGM, ASX, MKV, MOD, MOV, RM, ASF, RMVB, FLV, M4V, MPEG and more.";
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] = "including CD, DVD and Ipod videos. You can now create videos for YouTube, your Blackberry phone, MP4 player, Ipod Nano, Ipod Touch, PS3, PSP, Zune and Xbox 360 in a couple of minutes.";
fDesc[13] = "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[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 = '...';
}
}