var fDesc=new Array(); fDesc[0] = "Amor WMV to AVI MPEG VCD SVCD DVD Converter - is a powerful, splendid, and simple to use application for WMV to AVI, WMV to MPEG, WMV to VCD, WMV to DVD, and WMV to SVCD video converting. The main features include: Batch convert WMV, ASF files to AVI, MPEG, VCD ,SVCD, DVD formats; Support different AVI video Codecs, such as DivX, Xvid, MPEG4; NTSC/PAL setting option; input preview; Skinable UI with 13 built-In skins; Change the framerate, image size etc as you like; high audio quality; support for no-sound WMV files; Very user-friendly interface and easy to use; and optimized performance for Intel Pentium 3 and 4, and AMD Athlon processors."; 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 = ''; } }