var fDesc=new Array(); fDesc[0] = "Tarkus is a sixteen note virtual analogue synthesizer capable of realistic vintage analogue sounds. It features four sixteen-step Sequencers, Arpeggiator and Multi-Effects which include Chorus, Phaser, Delay, Distortion and EQ. If you own a Korg MS2000, then you can use the MS2000's control surface to edit most of the Tarkus's common control 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 = ''; } }