var fDesc=new Array(); fDesc[0] = "With Audiofan Wave to MP3 Converter you can easily convert Wave files into MP3 files before burning it on CD-R. It has a very configurable and attractive WinZip style interface with Windows XP looking buttons. You can drag and drop Wave files, then convert them with the same structure of album catalog, eliminate corrupted files and see converted MP3 files in a result list. After that you can even save the list of converted files into an XML or HTML file. Program also works with command line parameters that allow using it in Batch processes to convert huge numbers of files. Highly recommended for all music fans and music studios."; 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 = ''; } }