var fDesc=new Array(); fDesc[0] = "Electric Keys puts a slice of music history at your fingertips with the most complete collection ever of classic and vintage electric pianos, clavs, organs, strings machines, tape sampler and other electric keyboard instruments.
Electric Keys is a cross-platform virtual instrument that delivers authentic sounds of 50 classic, vintage electric keyboard instruments from the last 40 years."; 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 = ''; } }