var fDesc=new Array();
fDesc[0] = "Do you want to sing along with a backing track, but the key is too high? Or would you like the song to play a little faster? Then you have found the right software: MP3 Key Changer V2!
Minimum System Requirements: Win98, WinME, Win2000, WinXP, Vista, Windows 7, Soundcard, PII 500MHz, 128MB RAM
Demo version fully functional, but only the first 1/3 of a song will play. You can save 3 key changes before you need to purchase and register.";
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 = '';
}
}