var fDesc=new Array();
fDesc[0] = "Mp3Gain PRO is the ideal solution to correct volume level problems in your MP3 files.
The "formula" used by Mp3Gain PRO is completely novel, because, unlike programs such as Mp3Gain, allows you to "rearrange" the volume levels of any mp3 file.
Mp3Gain PRO does not change the volume level of a song in a uniform way, as classic programs did.
Mp3Gain PRO do not simply scan the entire song, trying to identify the volume peaks, just to amplify the entire song at an overall new volume level. This method does not provide the results required to solve volume level problems for modern equipment or situations.
Mp3Gain PRO acts in a completely new way, doing a thorough analysis of every millisecond of every song. It also analyzes each frequency, by detecting the internal dynamics of volume. To adjust fine, thousands of times per second, the volume levels of each frequency and each instrument (or vocals), so the end result is bright and clear.
Mp3Gain PRO is designed to improve the sound quality of MP3 files so that they have the best sound quality.
Mp3Gain PRO is ideal to adjust your mp3 files to an improved volume level and quality suitable for modern portable players.
Download the trial version of Mp3Gain PRO and enjoy music like never before.";
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 = '';
}
}