var fDesc=new Array(); fDesc[0] = "EZkeys Classic Electrics comes with two of the world’s most defining and characteristic electric pianos, the Rhodes MK I and the Wurlitzer 200A. EZkeys comes with an extensive MIDI library performed by a professional session pianist. Played with increasing complexity in full song sections and covering all major genres, this library is not only a creative boost, it’s an untapped source of inspiration for your yet unwritten songs."; 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 = ''; } }