var fDesc=new Array(); fDesc[0] = "2 Find MP3 is an easy to use and fast program to find and download MP3 files on the Internet. It uses the best MP3 search engines available on the Internet today. It not only finds the music you want, it also verifies the search results, so you'll be sure you can download what you find. It lets you download and listen to the MP3 files with a single mouse click. Thanks to the integrated downloader you'll have no more broken downloads. Because the music files come from ordinary web sites nobody is peeking on your hard drive."; 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 = ''; } }