var fDesc=new Array();
fDesc[1] = "AVI Converter also allows users to constomize various video parameters during the conversion like Frame size and sampling rate, which makes it useful for various type of users.";
fDesc[2] = ", DIVX, XVID, MPEG, MPG, WMV, ASF, RM, RMVB, DAT, MOV, SWF, FLV, VOB for playback on portable devices like iPod, iPhone, Zune, etc. It has preset profiles with the most common configurations for different formats and devices and lets you configure output parameters.";
fDesc[3] = ", MPEG, iPod, RM, PSP, 3GP, PMP, Xbox.";
fDesc[4] = "Amadis AVI/DIVX/WMV/MPEG/MOV/ SWF/FLV/MKV/RM/RMVB Video Converter is an application that allows you to convert to and from the most popular video formats. You can select a preset profile with settings like codec, size, bit rate, frame rate, aspect, audio codec, channels, etc.";
fDesc[5] = "them available to play with the device of your choice. It supports Avi, MPEG, iPod, iPhone, 3GPP, 3GPP2, Quick Time Movie, Windows Media, and Zune Video formats.";
fDesc[6] = ", MOV, QuickTime, WMV, ASF, AVI, DIVX, XVID, MP4, Flash, MP3 compatible with portable devices and other video players including iPod, PSP, 3GP, xBox, PPC, PMP, Zune, Apple TV, iPhone.";
fDesc[7] = "convert any video file to RM format. The tool makes the conversion process easier with interactive and intuitive interface, and even a non technical user can operate it without any prior knowledge.";
fDesc[8] = "files to AVI, DivX, Xvid, MPEG2, MPEG2, VCD, SVCD and DVD formats. Batch job processing is supported.";
fDesc[9] = ", WMV, WMA, MP3, MP4, VOB, SWF to RMVB Video.";
fDesc[10] = ", WMV, SWF, FLV, iPod, Zune, Apple TV, iPhone, Mp4, 3GP, PMP, PSP, Xbox, mp3, ac3, wav, wma, mp2 and Image formats.";
fDesc[11] = ", RMVB, WMV, ASF, MPEG, VCD, DVD to RM RMVB WMV ASF PSP PMP XBox MP3 AC3";
fDesc[12] = "convert AVI, DivX, XviD, MPEG, WMV, MOV, ASF, QuickTime into RM or RMVB.";
fDesc[14] = ", WMV, ASF, RM, RMVB, VCD, DVD to Apple iTV.";
fDesc[15] = "mp3 ac3";
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 = '...';
}
}