var fDesc=new Array(); fDesc[0] = "The KTabS Reader is the software that gives you a simple way to view and play music created with the KTabS program. The KTabS Reader is an easy way to view music created just for the kalimba.

When you open a file with the Reader, you are looking at sheet music for a kalimba song. You can play the song on your kalimba while reading the music on your computer screen. Or, press the play button and let KTabS play the music for you.

With the KTabs Reader you can stop and start the music playback at any point, and play the music over and over again as you are learning it."; 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 = ''; } }