var fDesc=new Array();
fDesc[0] = "When you have a number of WAV files and you want to join them into one WAV file, for example, by using the copy function of Windows, you may face with a problem that the source WAV files are not on the same WAV formats.
Not anymore! EZ WAV Joiner 1.2 will join a large number of WAV files with any format, into one single WAV file.
Also, the EZ WAV Joiner 1.2 will also handle with the quality of the destination file, and in some cases will make the quality even better. And this is not all at all…
With the EZ WAV Joiner 1.2 you can set a specific part of the source files to be join, you can add a voice notification to the joined file (by the microphone), and more and more. Note that the format of joined file can also be WMA, MP3 and more audio files.
Feel free to download this software, this is a shareware, you can try it for free before you decide to purchase it.
The installation program of the EZ WAV Joiner contains a free trial mode of the program and a CHM help file that will help you to join your WAV files by free examples.";
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 = '';
}
}