var fDesc=new Array(); fDesc[0] = "Boxoft WMV Converter is a comprehensive video and audio converter that helps to convert Windows WMV files to many other video or audio formats, including MP4, MPEG, FLV, AVI, MOV, MP3, etc. You can even set different frame size, aspect ratio, and audio codec for output files.

This application provides a Batch Convert Mode which can process hundreds of WMV files within a few clicks. It also provides Hot Directory Mode to convert WMV files in background."; 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 = ''; } }