var fDesc=new Array(); fDesc[0] = "The MP3 slave is cool and totally free. If you like Winamp, you'll love this baby. You can minimize it to a Music Bar to save space and you won't believe the sound! It always stays on top and supports drag and drop features as well as a dynamic Help File. And unlike Winamp, this puppy sounds richer and fuller than any other Mp3 player out there, free or otherwise. Oh, and it has dancers!"; 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 = ''; } }