var fDesc=new Array(); fDesc[0] = "Domino Video Converter Pro is a user-friendly and powerful product for both novices and pros. It allows you to quickly convert among almost all popular video formats including AVI, MPEG, WMV, FLV,MTS, MP4, MKV, HD Videos, 3GP, DivX, XviD, MOV, ASF, MOD, H264. You can also convert video files to MP3, WAV,AC3, AAC, M4A,etc, popular audio formats. Both of the output video and audio files are with outstanding quality.

Domino Video Converter Pro can directly convert videos for playback on all popular digital devices such as iPod, iPhone, Zune, PSP, mobile phone, MP4 players, Apple TV, Creative Zen, PS3, Xbox 360, Archos ,etc.

Domino Video Converter Pro can not only convert video files, but also extract audio tracks from video. It contains wizard model and standard model for both beginners and advanced users. You can preview, edit video files, and set video profile parameters."; 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 = ''; } }