var fDesc=new Array(); fDesc[0] = "JamGuru is a song-teaching tool like no other. Use a real guitar to play-along with high-quality tablature and specially-produced audio recordings while JamGuru listens and provides valuable feedback on your performance so you can learn your favorite songs quicker and easier.
JamGuru uses revolutionary audio-recognition technology that listens to what you are actually playing and lets you know how accurately you are hitting the notes."; 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 = ''; } }