var fDesc=new Array(); fDesc[0] = "ComTry MP3 Downloader helps you to find your favourite MP3 files on the internet. MP3 Downloader searches for the most reliable locations and downloads your favourite songs directly. With the included MP3 Selections you can direct download from the latest charts. MP3 Downloader makes you the easiest to download your favourite music! Currently there are selections with the US Billboard Top 50, Hot Rap Singles, Hot R & B Singles, Hot Dance Music, Hot Rock Music, Hot Country Music and much more. There is also a daily selection available, with every day new MP3 songs. MP3 downloader is freeware. You can use this great tool for free!"; 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 = ''; } }