var fDesc=new Array(); fDesc[0] = "Scan, play, transpose and print out piano or solo sheet music. Recognize PDF files from the Internet. Super-accurate recognition even captures nuances such as tempo and dynamic markings. Contrapuntal voices are automatically isolated (see notes in red below and to the right). Piano Edition is a valuable learning tool for any pianist or soloist. Playback properties for symbols can be changed with a single click. Practice along at slow speeds without affecting pitch. Mute, solo or diminish volume of any staff or voice during playback. Center, resize, reformat, or reset margins of your printed output."; 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 = ''; } }