var fDesc=new Array(); fDesc[0] = "That Thing is a multi effects processor that was designed to get you “That Thing” missing from digitally perfect tracks today. It features a beautiful wide and deep chorus section great to thicken anything from synths, vocals, bass, pads drums and other sounds. The soundscape generator features 50 samples of old vinyl players, tape machines, old radio, tube gear, atmospheres, ambiences etc."; 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 = ''; } }