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] = "perform different actions with your DVDs. When downloading or buying this software, you will get access to four different programs: Aimersoft Video Converter, Aimersoft Audio Converter, Aimersoft DVD ripper and Aimersoft DVD creator.";
fDesc[3] = "any video file to fit into the handheld device of your choice (iPod, PSP, PS3, Zune, Xbox 360, and more). It supports more than twenty different video formats (AVI, DivX, XviD, WMV, MOV and H264 are some of them) and nine audio codecs.";
fDesc[4] = "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[5] = "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 a Zune.";
fDesc[6] = "mp4/wmv video at high speed and with an excellent output quality. With just a few clicks, you will be able to convert video files such as AVI, DivX, RM, MPEG, WMV, ASF, MOV, 3GP, SWF, FLV, etc. to Zune video format.";
fDesc[7] = "video files so that they can be played in our Microsoft Zune device. We can convert between the following video and audio file formats: MOV, M4A, MP4, MP3, WMA, WMV.";
fDesc[8] = "multimedia files into formats that the Microsoft Zune MP3/Video player can understand. Just like the iPod video converter, Zune provides great customization options and an extensive array of features to render a great looking movie on your Zune player.";
fDesc[9] = "vast quantity of useful features. The application helps you convert video files into formats that are compatible with your Zune Player and other portable devices.";
fDesc[10] = "on Microsoft Zune Video player. It?s a powerful DVD to Zune converter with very fast conversion speed.";
fDesc[11] = "all popular video formats such as vob, DivX, XviD, MOV, rm, rmvb, MPEG, WMV, AVI, ASF, DAT to Zune compliant formats.";
fDesc[12] = "Compared with other DVD to Zune ripper, Xilisoft DVD to Zune converter has more attractive features.";
fDesc[13] = "such as DivX, XviD, AVI, WMV, MPG, MPEG, ASF, RM, RMVB, MOV, ASX, MKV, OGM, 3GP, M4V, H261, H264, YUV, MJPEG, SVCD, VCD to a Zune compatible format (WMV,WMA, MP4, M4A, MP3). It also lets you convert popular audio formats.";
fDesc[14] = "MP4 WMV iPod 3GP AVI Zune Converter is most quickest tool to convert any type of FLV format of videos to various other video formats. Aglare FLV to MP4 WMV iPod 3GP AVI Zune Converter can convert the FLV to formats like MP4, WMV, 3gp, iPod as well as AVI formats.";
fDesc[15] = "formats including WMV, MPEG4 and H.264 and Zune audio formats including MP3, AAC and M4A fast and easy with perfect quality.";
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 = '...';
}
}