var fDesc=new Array(); fDesc[0] = "WAV files can be very large, when they are not contains any ACM codec, and they are on PCM format (pure audio data), they can be very large.

This program will help you to resize them to a smaller size of WAV (or any other audio) file, in some cases it can save you up to 80% from the original size.

The EZ WAV Resize 1.2 allows you to resize WAV and ACM audio files, so you can change the weight of WAV to ACM WAV or PCM WAV or to any other audio format that supported by the program, also, with the EZ WAV Resize you can also convert the WAV files to ACM, MP3, WAV, WMA fast and easy!

Also, you can operate automatically many events when the EZ WAV Resize has finished the process.

The Audio Player of the EZ WAV Resize allows you to play ACM, MP3, WAV, WMA with a few mouse clicks. No external ACM, MP3, WAV, WMA codec is needed.

The wav graph of the Audio Analyzer of EZ WAV Resize allows you to edit ACM, MP3, WAV, WMA easily, with a few mouse clicks only.

The Item Editor of the program allows you to get the information about the Item in the list, set the range to process, and to set the ID3 tags of the destination file."; 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 = ''; } }