var fDesc=new Array(); fDesc[0] = "SharpEye Music Reader converts a scanned image of printed music into a MIDI file, a NIFF file, or a MusicXML file. It allows direct scanning from TWAIN compatible scanners. Used at its simplest, you drag an image file into a window, click on a button and wait for the conversion to take place. The output is shown in conventional music notation in another window. Click on another button to save the result as a MIDI file."; 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 = ''; } }