var fDesc=new Array(); fDesc[0] = "System 6000 comes in two basic versions: Reverb 6000 and Mastering 6000, each offering the best tools possible for effects and dynamics processing. System 6000 is a constantly evolving platform and will be continuously improved and kept up to date with new algorithms and new
features."; 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 = ''; } }