var fDesc=new Array(); fDesc[0] = "EOP NMN Master is the software for producing the piano numbered musical notation files. Most of the numbered musical notation for both hands on our site are produced from it. EOP NMN Master is easy to operate, as long as you have a little knowledge on the numbered musical notation, you can make the numbered musical notation files for both hands after you are familiar with this software in 10 minutes. The EOPN file can also be loaded with the EOP NMN Follow Me to practice the piano playing."; 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 = ''; } }