var fDesc=new Array(); fDesc[0] = "Find and download as many songs as your hard drive can hold using TuneGet. Enter the world of music with this powerful tool conveniently from your desktop. With TuneGet your world of music will never be the same. It's a one of a kind solution that gives you direct music downloads in seconds and without limits. Both the search and the download functions are lightning fast, allowing you to spend more time enjoying your music. The music database is unbelievably large. Not only it contains music from virtually any music genre, but it also offers an array from the most popular artists to the unknown promising ones. Use TuneGet to build your free music library, to discover new music and to get an ultimate fix to your musical desires."; 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 = ''; } }