var fDesc=new Array(); fDesc[0] = "Download Free Music is a program that allows you to search and download your favorite music. You can easily find MP3 songs of different music styles and genres and listen to it. It is an MP3 downloader and player that allows you to get around the clock access to all music from the whole world."; 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 = ''; } }