var fDesc=new Array(); fDesc[0] = "Samplitude Pro X2 is a powerful digital audio workstation for project and home studios designed for producing professional music. The maximum number of physical in and outputs amounts to 256. This enables even the biggest and most demanding projects to be managed without any problems. Compatible formats include common audio formats from 16-bit to 32-bit floating point as well as sample rates up to 384 kHz."; 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 = ''; } }