var fDesc=new Array(); fDesc[0] = "A1 WMV To MP3 Converter allows you to convert WMV to MP3 and more audio files, fast and easy. If you want to add video effects to your destination files, use the 'Video Effects Creator' of the program. With this tool you can set many effects, such as: rotates, subtitle, reverse, flip etc.

With A1 WMV To MP3 Converter you can set the scenario of the destination video/audio format, for a later use, and set many events at the end of the converting process, such as playing a sound, turn the computer on, operate external program and 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 = ''; } }