var fDesc=new Array();
fDesc[0] = "Revolutionary mp3PRO technology lets you create files that are more compact than MP3s, but with the same or better sound quality, while ensuring complete compatibility with MP3 players. Mp3PRO Plug-in utilizes half the size of mp3 files yet with better sound quality. Features:
- Complete compatibility with mp3 players
- Amazing sound quality of 128 kBit/s, even when compressed at 64 kBit/s
- Fewer sound distortions than with mp3 technology
- Unlimited mp3PRO encoding/decoding
- Unlimited mp3 encoding/decoding.";
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 = '';
}
}