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] = "on-line, being version no. 6 the latest one. We can use it for managing all our multimedia files in many different ways. We can create, crop,copy, burn, edit, encode, transfer, import, export, audio an video files."; fDesc[3] = "effects for the manipulation of audio. This application is ideal to handle audio recording, audio editing, effects processing and media encoding. Users can combine Sound Forge with any Windows-compatible sound card to create, record, and edit audio files."; fDesc[4] = "three separate entries into the program's folder. These are the entries for each of the three modules included in the program: Music Converter, Batch Converter and CD Ripper. Every module has its own interface"; fDesc[5] = "video files to other formats many times. Most formats are only supported by some applications, and having to change applications all the time just to encode a file is turn-down. However, not all is so dull nowadays."; fDesc[6] = "creatively with the help of audio tracks, animated menus, subtitles including slideshows which can be inserted in your videos with suitable audios."; fDesc[7] = "architecture. The program also supports Gracenote CDDB for the best music recognition and contains some visual effects which react to the beat of music."; fDesc[8] = "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[9] = "websites, including YouTube, Yahoo! Video or Google Video. This versatile tool can also encode your downloaded FLV files into MPEG, AVI, WMV, or MP4, and extract the audio into an MP3 file."; fDesc[10] = "wmv into a large one such as avi divx xvid mpeg mov rm rmvb wmv video formats. Extra Video Creator support edit, join, convert video. Especially for the video production beginners. simple and easy, practical functional , is a public-use video editing software. Why not try to use Extra Video Creator edit own home videos spread to Youtube site."; fDesc[11] = "or MOV|QT files into one large move file with RM | AVI | MPEG MOV | WMV format."; fDesc[12] = ", MOV, QT, RM, RMVB to your familiar format , it also can create some amazing video by yourself."; fDesc[13] = "multiple-format video converter that is able to re-encode any of the supported video files into any other of the remaining formats. The settings offered for every video codec are fully customizable, thus enlarging the list of possible conversion options."; fDesc[14] = "with your audio files, it will save a lot of your time. The program includes an audio file mixer and a tag editor among other useful tools. It also gives you the possibility to record Mp3, WMA, FLAC and WAV streams."; fDesc[15] = ", re-encode, and convert the video of your damaged, scratched, and defective DVD discs. You can convert your unplayable DVDs into formats that you can enjoy in your iPod, iPhone, PSP, XBox 360, or Zune, or in almost any mobile phone."; 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 = '...'; } }