var fDesc=new Array(); fDesc[0] = "Stage-73 gives you authentic modeling of popular electric pianos. The program faithfully reproduces the tine-based sound and playing experience of the most loved electric pianos of all time. It features advanced physical modeling engine, Stage and Suitcase models, harmonic profile selections, velocity curve editor, tone bar resonance, pickup distance, 80 factory presets, easy to use MIDI mapping, and more."; 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 = ''; } }