var fDesc=new Array(); fDesc[0] = "D-Fi is a family of four unique Plug-Ins (Lo-Fi, Sci-Fi, Recti-Fi, and Vari-Fi) providing tools for creative sound design in the TDM, RTAS, and AudioSuite environments. Lo-Fi provides bit-reduction for retro sound processing without the expense of retro equipment. Sci-Fi adds analog synth-type ring modulation, frequency modulation, and variable frequency resonators."; 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 = ''; } }