var fDesc=new Array(); fDesc[0] = "WMV to Video Converter allows you to convert WMV to AVI, WMV to MPEG, WMV to DVD, WMV to VCD and WMV to SVCD format. Also you can convert WMV or ASF files to DVD-Video files(VIDEO_TS, AUDIO_TS) and VCD/SVCD image(*.bin,*.cue), so you can burn VCD/SVCD/DVD disc easily from WMV, ASF files by using third-party buring tools.

The main features include: supports both 4:3 TV and 16:9 widescreen TV for DVD, VCD, SVCD exporting, supports adjust output video quality, and all encoders/codec are built-in and any supported conversion can be done."; 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 = ''; } }