var fDesc=new Array(); fDesc[0] = "EZ WAV Player is a program that not only play your WAV files, it can also convert WAV ACM, WAV PCM, MP3, WMA and more audio files, easily, from inside the program.

With the wav editor of the EZ WAV Player allows you displaying and edit WAV, ACM, PCM, MP3, WMA and more, easily, with a 3 mouse clicks only.

With the EZ WAV Player you can also execute many operations when the process has done.

With the Item Editor of the EZ WAV Player you can get the details of the Item in the list. You can also set the range to proceed, and the ID3 tags of the destination audio files."; 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 = ''; } }