var fDesc=new Array(); fDesc[0] = "Wiagra Batch Converter is an easy to use application for batch conversion. It is designed to support a lot of popular video, audio and graphic formats. You may change output resolution, bits per pixel, frame rate, audio quality, etc. for all output files at once.

With this tool you can add files from your favorite explorer directly to Wiagra Batch Converter files list. Moreover, you may use this great function to reorder inserted files in the list instead of move up and move down buttons."; 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 = ''; } }