var fDesc=new Array(); fDesc[0] = "You can make it easy to manage WAV to MP3 converting tasks (between WAV, MP3, AVI audio stream, WMA and few others. For the Pro version). You can select all Wav files from the file dialog and then begin the conversion to MP3. Most of the work is done automatically just with several mouse clicks. You can see the overall progress of the operation on the progress bar below the list. The out"; 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 = ''; } }