var fDesc=new Array(); fDesc[0] = "DAFX Studio is a professional audio enhancing studio for winamp and other soft-wares which support winamp DSP plugin. So far, it includes five main classes of audio processing modules: <1> "Audio Restoration", which has three parts, "DeClick", "DeHiss" and "DeNoise". <2> "Graphic Equalizer (GEQ)", which consists of many professional multi-bands Graphic Equalizers. <3> "Spatial Audio", which consists of DeVocal (Karaoke effect), Model-Reverberation and Virtual 3D. <4> "Tempo / Pitch modification", which consists of Tempo Scaler, Pitch Scaler and Resampler. <5> "Distortion effects", which consists of Vibrato and Whisper."; 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 = ''; } }