var fDesc=new Array(); fDesc[0] = "ACID XMC software lets you experience full-on music creation with no extra technical stuff to slow you down. It's everything you need to record, mix, edit, burn, and share your own music, fast. Mix and mash the included loops, or layer them with your favorite songs for a one-of-a-kind remix. Automatic key and tempo matching keeps it all in sync so you come out sounding like a pro."; 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 = ''; } }