var fDesc=new Array(); fDesc[0] = "Pyramix is a digital audio workstation used by professional studios and engineers the world over for post-production TV and film, music production, CD/SACD mastering. It allows users to play over material, scrub, edit, automate, render add and edit CD markers and generally treat the entire timeline as though it were filled with previously recorded sounds."; 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 = ''; } }