var fDesc=new Array();
fDesc[1] = "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] = ", 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] = "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[7] = "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[8] = "different formats to AVI and MPEG format. It can convert AVI to MPEG, convert AVI to MP4, convert MPEG to AVI and so on.";
fDesc[9] = "convert DVD to iPod video, PSP video, Mobile video, PC mpeg4 video and so on. You can enjoy your favorite DVD on your iPod, PSP, Mobile, etc. With build-in X-SPEED transcode engine, it is up to 4X faster other normal converter. It is one-click solution to create MP4 movie from DVD. Kingdia DVD to iPod/PSP/3GP/MP4/AVI Converter supports batch file processing. You can check the chapters or videos you want to convert and convert them one by one, alse can select any audio track and subtitle as you want.";
fDesc[10] = "your favourite portable device, but also a fast converter that allows you to re-encode any supported video file into any other of the supported formats. Its batch conversion capability will convert all your video files in one single operation.";
fDesc[11] = "to MPEG format including convert AVI to MPEG and convert AVI to MPEG-2, and can also convert MPEG to AVI and Convert MPEG-2 to AVI.";
fDesc[13] = "quality. You can enjoy your favorite DVD on your iPod, PSP,Zune, Mobile, iPhone, AppleTV, PocketPC 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 = '...';
}
}