var fDesc=new Array(); fDesc[0] = "Dream Computer Piano is a smart personal pc piano. With this musical software, you can enjoy vivid piano experience everywhere.
No more musical knowledge, once you start to click the keyboards, the pleasant tune would cheer you up; and no more complex, uneven chords, just one click, the featured assisted playing function would help to smooth your rhythm, even in a speedy measure. And it also offers the scoring mode, you can clearly witness each tiny progress of your own."; 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 = ''; } }