var fDesc=new Array(); fDesc[0] = "Enjoy your MP3 files with automatic album cover and lyric retrieval. Essential MP3 Player adds a new dimension to your music experience by automatically downloading album covers and lyrics for your MP3 files. Simply add one or more MP3 files and Essential MP3 Player will immediately start searching and downloading album covers and lyrics. You can enter the title of the song and the name of the artist and album with the built-in MP3 tag editor in case this information is missing. Multi select files and click the play button to make instant play lists."; 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 = ''; } }