var fDesc=new Array(); fDesc[0] = "SmartMusic is award-winning learning software with the power to transform music learning. Students of all ages and skill levels can play or sing with professional accompaniments, making practice both rewarding and fun. An affordable subscription to SmartMusic gives students the opportunity to explore a wide variety of music from the world’s largest accompaniment library featuring thousands of titles for band and orchestra, solo contest repertoire, popular method books, jazz, and skill-building exercises."; 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 = ''; } }