var fDesc=new Array(); fDesc[0] = "Sometimes certain niche applications such as M²Convert for Creative ZEN for Windows come in really helpful for performing necessary tasks like converting, and compressing multimedia files and watching them on the move. As a matter of fact, the application may convert the entire DVD, only the movie, certain specific titles, or even convert specific chapters in each title.

This application is specially designed to cater to the needs of Zen users and supports conversion of all popular audio-video formats such as AVI, WMV, MPG, MOV, MPEG, OGG, MP4, DivX, MP1, ASF, MP2, IFO, AVC, MP3, DIC, WMA, WAV, AAC, Vorbis, and other similar ones. Additionally the user may select the audio stream and subtitles according to the necessity, and even customize the conversion process by choosing between quality and file size.

The user can even set the videos to auto-size, for selecting the best ZEN resolution that represents the files being converted in the best possible manner. Furthermore, the user may convert files to a folder on the system’s hard drive, and also preview videos or movies while converting them as well. So this application is dedicated to Zen users, providing cool options and great functionality."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }