var fDesc=new Array(); fDesc[0] = "Imagine the creative potential of a musical mind like Mozart's, and how much more prolific his genius may have been if he had not had to spend all that time writing it down. With a quill pen dipped in ink, no less. Undoubtedly, the creative flow of musicians has been enhanced by digital tools, and music lovers everywhere benefit from the increased access to new and independently-produced music. WIDI Recognition System has enhanced features for automated music recognition and transcription, converting MP3 to MIDI format with an intelligent interface and Recognition Wizard."; 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 = ''; } }