var fDesc=new Array(); fDesc[0] = "Program features:
- easy to use: user-friendly and simple interface allows you to select files for converting easily, set different parameters for files and convert them all together;
- Drag&Drop support: just drag files with mouse from Windows Explorer or another file manager into program main window;
- fast converting speed: convert directly, without any temporary files;
- tags support: you can specify information about each of music file (Title, Artist, Album, etc.);
- automatic file renaming: you can name result files using information from tags;
- multilingual interface: see all supported languages"; 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 = ''; } }