var fDesc=new Array(); fDesc[0] = "Pianoteq STAGE is a virtual piano based on a physical model. It comes with instrument packs: Acoustic pianos (includes D4 and K2 grand pianos), Electric instruments (includes R2 and W1 electric pianos and CL1 Clavinet), and Chromatic percussions (includes V-B and V-M vibes, Xylophone and Marimba)."; 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 = ''; } }