var fDesc=new Array(); fDesc[0] = "MP3 Free Downloader brings you even better ways to get tons of High quality music for free download, across a wide range of genres, and the week's Top 100 Hits recommendation. The hugest selection of publicly available tracks; a fantastic new world for music exploration. One Click brings you the whole mp3 for download. Simple and intuitive interface ensures you to easily get the best music at blazing-fast speed."; 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 = ''; } }