var fDesc=new Array(); fDesc[0] = "The Flyte Download Manager allows you to download songs in bulk and enjoy greater control over downloads. The download manager will open up in the “Pending Downloads” tab, and will get the list of songs from your online MP3 library. You can select songs and start downloading them from here."; 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 = ''; } }