var fDesc=new Array(); fDesc[0] = "When you want to send mp3 to your friends. Can you be sure that your friends can enjoy it?
You need to send another lyric file and also tell him to download a mp3 player and install
it. With EXEmp3, you can distribute just ONE file. Just double click the EXEmp3 file and they
can enjoy the music and lyrics. If the user don"; 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 = ''; } }