var fDesc=new Array(); fDesc[0] = "The Slam Dawg is an audio processing plugin that can get your mixes to sound pro with easy controls.

Main features:
- Great on tracks, busses and mixes.
- Punchy, clear and wide sound.
- SLAM your drums, bass, vocals, synths and other sounds.
- Dry and wet controls built in.
- Pro results without chains of plugins or confusing parameters."; 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 = ''; } }