var fDesc=new Array();
fDesc[0] = "Win MP3 Converter is an easy-to-use software application designed to convert mp3 to wav files and to convert wav to mp3 files.
This tool has a simple and easy-to-use interface that will help you a lot.
Win MP3 Converter also allows you to set up some of the output file parameters, such as the bitrate, the frequency, the channels, etc
7 out of 10
The lowest system requirements should be :
-Intel Pentium CPU 133MHz
-10MB free hard disk space
-Sound Card
Limitations:
- The unregistered version allows you converting 10 MP3 and WAV files respectively.
Win MP3 Converter is a smart and user-friendly tool that enables the user to convert MP3 in WAV files and WAv in MP3 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 = '';
}
}