var fDesc=new Array(); fDesc[0] = "A1 WMV Splitter Converter is a program for windows computers that allows you to split and cut WMV (Windows Media Video) and more video files by 3 modes, and convert them from one video format to another. With the Video Effects Creator provided by this program, you can rotate, subtitle, reverse, flip, border, crop, blur your files.

In addition, you may set many events at the end of the converting process, set the convenient properties for the destination video files using the ready to use Converting Scenario."; 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 = ''; } }