var fDesc=new Array(); fDesc[0] = "ACID Music Studio Loop Content is an add-on for ACID Music Studio 10 that includes various loops and samples in a wide variety of genres so you can get started making music right away. You can choose from 1.645 loops and samples and more than 120 prebuild songs and files from various genres."; 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 = ''; } }