var fDesc=new Array(); fDesc[0] = "With A1 WMV To MPG Converter you can convert WMV (Windows Media Video) to MPG/MPEG and more video files, with the ability to convert them from one format to another, easily and fast.

With the 'Video Effects Creator' of the A1 WMV To MPG Converter you can add many video effects to your destination video files. You can set the video codec, the resolution, the frame rate, the audio codec, the length to convert and much more."; 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 = ''; } }