var fDesc=new Array(); fDesc[0] = "Mini Grand is a simple-to-use yet powerful virtual piano instrument with seven different acoustic piano sounds to suit a broad range of musical styles and production needs. It features: premium quality piano samples, 7 selectable piano models covering a wide range of piano sounds, re-pedaling technology, recreating super realistic string resonance behavior, built in room simulation, and equal and stretched tuning available."; 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 = ''; } }