var fDesc=new Array(); fDesc[0] = "Music Coach has now released the first set of a new range of courses that can be downloaded straight to your PC.

These courses are opened by a specific piece of software called the Music Coach Player. This allows you to view all your modules, free lessons and guides, and gives you easy access to MusicCoach website. It also contains a free desktop guitar tuner. The Music Coach Player is free to download."; 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 = ''; } }