var fDesc=new Array(); fDesc[0] = "ACID Music Studio is a professional music production toolkit. This program comes with a mutli-track timeline interface with a variety of instruments and audio effects, which can be readily applied to your tracks. You also get a collection of over 2500 loops to create music in any genre possible."; 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 = ''; } }