var fDesc=new Array();
fDesc[1] = "resolutions up to 1080p and compresses digital video 5 to 10 times more than MPEG-2/DVD format. It also has function of reducing grain and low-light noise (common with DV cameras) without significantly degrading the video with the automated noise reduction feature.";
fDesc[2] = ".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[3] = "transfer them to your phone and its photo mode tab lets you to copy photos, video files between your pc and phone allowing you to search,preview and transfer to your phone.";
fDesc[4] = "your website, you will most probably want to convert them into the most compatible format: Adobe Flash. Sothink Video Encoder for Adobe Flash performs such conversion from several video formats.";
fDesc[5] = "in your mobile phone. It supports AVI, WMV, MPEG, MOV, RM and more, and it offers you more than a dozen different pre-defined conversion profiles for fast high-quality encoding.";
fDesc[6] = "built-in Flash video player with several skins and video special effects. Also, the application includes the capability of adding subtitles and selectable audio settings and video compression adjustments. User interface is very easy to use, very clear and understandable.";
fDesc[7] = ", Zune, PSP, mobile phone, etc. It supports all the most widely used video formats, and it is capable of extracting the audio of your DVDs and CDs and re-encode into WAV, MP3, AAC, or WMA.";
fDesc[8] = "video encoding is required for files of specific targets, this software is used. This software comes with very bright features. It is found to be highly compatible with all the codec versions of DivX and XviD. It supports WMA, WAV, AC3 and variable and constant bit rate of MP3 files.";
fDesc[9] = "software you will be able to convert a lot of video files from one format into another with a very fast conversion speed and an outstanding quality level.";
fDesc[10] = "creation of DVD, but because of a considerably big cutback of features, MyDVD costs around $79. This software has interesting video importing capabilities, provides the possibility to create extremely simple DVD menus, it will only allow moving between scenes...";
fDesc[11] = "cutting, editing and encoding their Windows Media Video 9 files. Users benefit from the EZVideoSplicer 1.6 application’s easy to use interface and can immediately use its easy coding feature and convert their ASF/WMV, AVI, and MPG files.";
fDesc[12] = "are also the only two input formats that the application will accept. As an editor, WMV Direct allows you to cut and discard any part of the video and save it to another WMV file. By selecting any part of the video and saving it, you can also perform a sort of cropping operation.";
fDesc[13] = "DVD content and converting it to popular video file formats. DVD video content can be extracted and converted to AVI, WMV, MPEG or MP4 video formats. User can set the video adjustments such as frame and sample rate, video quality, video aspect, as well as the audio settings: channels, volume, etc.";
fDesc[14] = "latest video and audio streaming technologies. Mpeg-4 video encoding algorithm with MP3 audio encoding technology gives perfect video speed.";
fDesc[15] = "input formats are the following: AVI, DV-AVI, MPEG1/2, WMV, ASF, DivX, DAT(VCD), VOB(DVD); output formats are MPEG-1/2, WMV, AVI. The program's speed of conversion is quite fast, and the compression rate is high.";
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 = '...';
}
}