var fDesc=new Array();
fDesc[1] = "formats to AVI, MP4, WMV and 3GP. The converter offers video presets and output profiles for Iphone, Apple Ipod, Apple TV, GPhone, Xbox, Zune, Nokia N-series and many other popular multimedia players.";
fDesc[2] = "quanlity,support css";
fDesc[3] = "your videos. Features include batch conversion and clip selection. Supports formats such as AVI, DivX, MPEG, VCD, MP4, WMV, MP3, WMA, WAV, and others.";
fDesc[4] = ", MPG, WMV, 3GP, MP4, VOB, BIN, CUE and many other CD and DVD formats. You can simply open any 3gp, amv, avi, div, divx, flv, mkv, mpeg, mp4, mod, mov, rm, dat, bin, vob, wmv, asf or xvid file, set start and end points, select the output format, video quality, resolution and that's all.";
fDesc[5] = "video formats. Also it makes it possible to extract audio from DVD movies. The formats supported are: AVI , MPEG, WMV, 3GP, MP4, VCD, SVCD and FLV.";
fDesc[6] = "formats such as AVI, MPEG, MP4, WMV, RM, RMVB, FLV, so you can reproduce them on Sony PSP, Sony PS3, Microsoft Zune Player, Pocket PC, Mobile Phones, iPhone, Apple TV, and other portable devices.";
fDesc[7] = "hard drive, that you can later share over Internet. bitRipper converts video on-the-fly, copying data and writing it to AVI file at the same time.";
fDesc[8] = "On the program's main window you have access to all of the functions this efficient software provides you. You will be able to change some settings for your conversions, to add files by clicking on some buttons, to split images or video fragments and much more.";
fDesc[9] = "TV MP4 file, Youtube FLV file, Sony PSP MP4, PS3 Video, Microsoft Zune,WMV, Cellphone 3GP video , Realmedia video, among many others.";
fDesc[10] = "files to a CD or DVD. It is also a converter. With this application, then, you can add .AVI files and have them converted to MPEG and then burnt to a DVD.";
fDesc[11] = "video files, including the most popular ones (AVI, MP4, MPEG, WMV, 3GP and FLV). Thanks to this program you will be able to convert your DVD movies so that you can extract them to your cell phone, iPod, iPhone or other similar portable devices.";
fDesc[12] = "and XVID. All these converted files can be saved on to the hard disk for latter use. Further assuring unusual picture and sound quality, it will help the user to get professional quality output with great speed, take out and save images as jpg or bmp formats and much more.";
fDesc[13] = "more). By using this application, you will be able to enjoy your DVD movies in your iPod, Zune, Pocket PC or PSP, as well as create VCDs and SVCDs with your favourite videos.";
fDesc[14] = "AVI, DivX, Xvid, MPEG1 and MPEG2, VCD, DVD and SVCD. It supports WMV files with no sound in them. The software supports batch conversion without user interaction, video files larger than 2GB, .wmv and .asf files.";
fDesc[15] = "DVD (VOB and IFO) format so they can be played on any regular DVD player, withou the need of a computer. The application converts in batch mode all the selected files or segments. The image aspect ratio can be forced to a specific (4:3 or 16:9) or automatically set by the application.";
fDesc[16] = "IFO files. It supports batch conversion to DVD video files and can directly burn to DVD blank discs. The video size ratio or aspect can be force to a desired format or automatically set by the application.";
fDesc[17] = ", including VCD, SVCD and AVI. When ripping your files with this program, you will notice that it works with a very fast conversion speed. The files you rip will not lose any quality during the process.";
fDesc[18] = "to get an XVID or DIVX file onto a DVD so it can be played on DVD players or other mobile devices that read DVDs, such as car players, video game consoles, etc.";
fDesc[19] = "can use it to convert several files at once. The user interface is fairly easy to understand. All you have to do is add files using the add file button and the rest is self-explanatory. Just select the type of conversion that you want to do in Output format.";
fDesc[20] = "recording them to VCD/DVD with a separate VCD or DVD creation program. The resulting VCD/DVD/SVCD can be played on VCD players, and many DVD players. Windows based .";
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 = '...';
}
}