var fDesc=new Array(); fDesc[0] = "HarpNinja is an innovative application that supports your harmonica learning independent of whatever method you are using. You can play a game to learn Songs, Scales and Riffs and the real time pitch recognition shows you what you play. It also brings you an Interactive Circle of Fifths that makes the music theory learning process much easier."; 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 = ''; } }