var fDesc=new Array();
fDesc[1] = "formats with fast converting speed and excellent video quality . It can convert almost all video formats including DivX, XviD, MOV, rm, rmvb, MPEG, VOB, DVD, WMV, AVI to MPEG-I, MPEG-I, DVD NTSC , DVD PAL, Flash for Video (FLV) , AVI Video and Customized WMV movie formats.";
fDesc[2] = "burn, convert, split and merge: AVI, MPEG, MPEG 1, MPEG 2, MPEG 4, VCD, DVD, SVCD, RMVB, RM, WMV and any most used video formats. Color7 Video Converter will enable you to make faster and better encoding.";
fDesc[3] = "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[4] = ", 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[5] = "digitally-not through the soundcard-which enables you to make perfect copies of the originals.";
fDesc[6] = "directly. With it, you may transcodes and burns any most used video files into DVD disc.";
fDesc[7] = "software allows users to convert their DVD movies into 3GP so that they can extract the files to the most popular portable devices such as iPod, iPhone, Zune Player, Mp4 Player and more.";
fDesc[8] = ", RMVB, MPEG, MOV, DVD, VOB, WMV, PSP Movie, AVI and many more. Using this software, you will be able to convert one file per time or to convert a group of different files all into a specific format at once with no quality loss.";
fDesc[9] = "formats that include AVI, MPEG, MPEG 1, MPEG 2, RMVB, RM, WMV, MOV, DIVX, as input. and outputs to DVD video disc; DVD disc image file; or DVD folder. The program also includes templates for DVD menu creation.";
fDesc[10] = "all popular video formats such as vob, DivX, XviD, MOV, rm, rmvb, MPEG, WMV, AVI, ASF, DAT to Zune compliant formats.";
fDesc[11] = "VCD ,DVD, SVCD, MPEG1, MPEG2 to MOV formats.";
fDesc[12] = "formats. You will be able to watch your movies anytime and anywhere. It will also allow you to extract audio from video files and convert to MP3 music. This is truly an all-in-one solution for all of your video conversion needs.";
fDesc[13] = ", DIVX, Xvid, MPEG, VCD ,DVD, SVCD, MPEG1, MPEG2 to MOV formats.";
fDesc[14] = ", WMV, WMA, MP3, MP4, VOB, SWF to RMVB Video.";
fDesc[15] = ", XviD, MOV, RM, RMVB, WMV, ASF, MPEG, VCD, DVD to RM MPEG VCD DVD PSP PMP 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 = '...';
}
}