var fDesc=new Array(); fDesc[0] = "Samplitude Pro X2 Suite is a professional audio recording, editing, and mastering tool. Track-level spectral editing allows you to remove unwanted sounds, like coughing or clapping, without affecting the original signal audibly. You get Elastic Audio, an efficient pitch correction tool. It allows you to not only modify the pitch from monophonic instruments and correct out of tune notes in vocal recordings, but also change entire melodies and adjust base frequencies."; 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 = ''; } }