var fDesc=new Array(); fDesc[0] = "eMedia Bass Method uses an animated fretboard, recorded audio and variable-speed MIDI audio to teach all the skills you need to start playing. Learn to play using triads, fills and syncopation, and to create a bass line for any song you like. Includes full multi-track audio, as well as bass-only and no-bass audio options, so you can perfect your technique and play along with the band."; 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 = ''; } }