var fDesc=new Array(); fDesc[0] = "Legitmix is an application used by Legitmix.com to search your music folder for your copies of the sampled songs needed to buy a remix. The app also recreates the finished remix on your computer and places it in your music/legitmix folder. You can automatically recreate an artist's mix using your copies of the copyrighted music used to make the mix."; 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 = ''; } }