var fDesc=new Array(); fDesc[0] = "Pitch 'n Time FE is a time stretching and pitch-shifting program, designed for use with Fairlight's CC-1 powered Dream II family, including Xynergi, Connie, Satellite AV, Station Plus, Constellation XT, and Anthem systems. The program allows you to process Dolby matrix encoded tracks without losing surround information, modify tempo from 50% to 200% of original and simultaneously pitch shift by ±12 semitones, preview changes in real time, and more."; 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 = ''; } }