var fDesc=new Array();
fDesc[1] = ".mkv file formats. It comes in bundle with DIVX Pro for Windows. It is very easy to use. The pre-set modes allow a user to play videos on various DIVX certified products.";
fDesc[2] = "features that make it more powerful than a traditional player, among which is good to mention: the possibility of improving the quality of the original image at the time of reproduction, and the ability to read many file formats. It runs with Windows XP and Windows Vista.";
fDesc[3] = "DivX it can show subtitles, providing they have the same name than the related video, and they´re stored in the same folder. You can play every type of audio or video files, even providing only its URL.";
fDesc[4] = "repair them. The program is translated into numerous languages, just choose the right one for you and get started!";
fDesc[5] = "to formats that are compatible with iPod. Using this software, you will be able to convert your video files so that you can extract them to iPod and watch them whenever and wherever you want.";
fDesc[6] = "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[7] = "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[8] = "internet. So, it is the codec they usually rip a DVD into. The main advantages of DIVX is that the video quality is maintained to the maximum while the file sizes are small. It gives one of the best compression available.";
fDesc[9] = "audio conversion to different formats as well as video conversion to various formats. Allok Video to PSP Converter is one of the best products available in market developed by Allok software development team.";
fDesc[10] = "1st Video Converter is an effective solution for video converting and VCD burning. It supports: AVI to AVI,MPEG1/2,SWF,DVD,VC D,SVCD,pictures;and Picture/AVI/MPEG to MPEG/SWF.You can change the codec/System type between them.";
fDesc[11] = "MPG, AVI, WAV as well as FLV. It has attractive features, especially conversion to a variety of importance formats such as video to iPhone, iPod, Zune, Archos, Xbox, Creative Zen Vision and even Apple TV.";
fDesc[12] = "files for Windows. VidLizard media player has an easy-to-use interface with control panel and positioning bar available during full-screen play.";
fDesc[13] = "MPEG, MP4, PSP, FLV, RMVB, 3GP, SWF, Quick Time to AVI, DivX or Xvid video files. It´s also able to join several video files into a larger one.";
fDesc[14] = "to AVI file for playing on your PC, or home cinema player easily and quickly! Watch your own Videos anytime, anywhere. It features superb video & audio quality and the fastest conversion techniques available on the market. Very easy to use and user friendly interface.";
fDesc[15] = "compatible with the most popular mobile devices including iPhone, iPod, Mp4 players, Zune Player and so on. The program will allow you to extract your video files so that you can take them with you and watch them whenever you want.";
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 = '...';
}
}