var fDesc=new Array(); fDesc[0] = "Taking the classic analog sound of the legendary silver box into the future, PHOSCYON offers an unmatched sound together with advanced features such as a state of the art Distortion unit; fully user configurable BPM sync'd Arpeggiator and Randomizer; a unique 'Play Live' mode; vintage arrangement and pattern builder, full MIDI CC support and, to top it off, the most authentic 18db/oct low pass filter ever created!"; 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 = ''; } }