var fDesc=new Array(); fDesc[0] = "Phase Motion is a Phaser plug-in featuring up to 16 phasing stages. This is available in VST, AU, and AAX formats. The Rate can be adjusted in Hertz or it can be synced to the host/DAW tempo. You can choose from 7 waveforms (sine, triangle, saw, square, smooth saw, smooth square, random s&h) to modulate the phase. You can tweak Depth and Feedback to range from classic vintage phaser sounds to extreme digital modulations."; 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 = ''; } }