var fDesc=new Array(); fDesc[0] = "The CS-80V is the software reproduction of the legendary Yamaha� CS-80 hardware synthesizer, which is considered by many as the "ultimate polyphonic synthesizer". The CS-80V offers all the features of the original synth, plus a new generation of innovative features, such as: A modulation matrix A multitimbral mode - An arpeggiator"; 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 = ''; } }