var fDesc=new Array();
fDesc[1] = "formats like AVI, MPEG, MPEG 1, MPEG 2, MPEG 4, VCD, DVD, SVCD, RMVB, RM, WMV. You can also convert your video to audio formats such as MP2, MP3, AC3, RA, M4A, OGG, AAC.";
fDesc[2] = "on your favorite media player. In addition it includes Media Player Classic. The program also installs player plug-in for Internet Explorer, Firefox, Netscape and Opera.";
fDesc[3] = "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[4] = "you may need (AVI, DivX, XviD, MPEG1, MPEG2 or FLV, just to name a few). You can even burn them directly to disc (VCD, SVCD or DVD) or create BIN and CUE images and VIDEO_TS folders for later use. And you do not need to have the RealMedia player installed in your system!";
fDesc[5] = "AVI in a very short amount of time and in a really easy way with no quality loss at all. This application supports a lot of video files, including, VOB, SVCD, VCD, OGM, ASX, MKV, MOD, MOV, RM, ASF, RMVB, FLV, M4V, MPEG and more.";
fDesc[6] = "CD and DVD video formats in three clicks. The powerful RM/RMVB decoder supports all RM/RMVB files, even without installing \"Real Player\" itself onto your PC.";
fDesc[7] = ", AAC, AC3, AMR, AVI, DivX, FLV, MP4, MP2, OGG, VOB, DAT, WAV and many other video formats. Additionally you can create small video clips using the built-in video splitter by setting up the start and end points of the video.";
fDesc[8] = "another. Using this application, you will be able to convert video files such as AVI, RMVB, WMV, MP4 MPEG and more. This software can convert almost all windows media video and all real video into AVI.";
fDesc[9] = ", MOV, QT, RM, RMVB to your familiar format , it also can create some amazing video by yourself.";
fDesc[10] = "to convert RM RMVB files to DVD and also burn DVD disc easily. The operations done by Easy RM RMVB to DVD Burner are fast and also produces extremely good output which makes Easy RM RMVB to DVD Burner very popular among users.";
fDesc[11] = "RealMedia format";
fDesc[12] = ", mov, dat, mpeg, wmv, asf, rm, rmvb, vob to avi, mov, mpeg, wmv, rm, iPod,Zune,Apple TV,iPhone, mp4, 3gp, flash swf, YouTube flv, mp3, wma, wav, gif.";
fDesc[13] = "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[14] = ", 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[15] = "video formats. RM RMVB to AVI DIVX MP4 MPEG WMV Converter has got many features to appeal different kind of video conversion users across the globe. RM RMVB to AVI DIVX MP4 MPEG WMV Converter allows users to convert their RM format videos to AVI, RM to MPEG,";
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 = '...';
}
}