var fDesc=new Array(); fDesc[0] = "Smart Score Pro is a precision music scanning & world-class scoring software.

Now imagine a professional-grade scorewriter that is just as friendly as it is powerful. One with enough intelligence built in that no advanced degree is requred to use it. Then think of all the possible ways you'd like to experience your printed music... push-button scanning, realistic playback, key/clef transposition, part extraction, page reformattting, auto-drum grooves, karaoke, CD burning, integrated MIDI visualization and file conversion including support for PDF, Finale and MusicXML formats. Welcome to SmartScore. There is simply no faster way to get printed music into your computer and no simpler way to transform it for print, web or audio output. Band arrangements, operas, hymns, musicals, orchestral parts and scores appear on-screen in editable and playable form within seconds after scanning. Convert PDF files to music scores. Includes TAB & percussion staffline recognition & innovative TAB editing... SmartScore is an indispensable tool for any arranger, performer, music educator or church minister."; 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 = ''; } }