var fDesc=new Array(); fDesc[0] = "MusicGoals Eye and Ear is a collection of sixty-two activities that drill the elements of music minus rhythm on the instrument, on the staff, and by ear. It is a practice partner that speeds up music lessons because it breaks down complex skills into basic parts. It uses an ever changing instrument and staff that will zoom in on a different portion with almost every drill."; 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 = ''; } }