var fDesc=new Array(); fDesc[0] = "Guitar Chord Wizard is destined to be as popular as the Guitar Concept Complete Lesson Plan. No other dictionary has so much to offer.

Guitar Chord Wizard from Guitar Concept takes the confusion out of chord and scale theory. This is done by showing you exactly how chords fit into scales. This innovative new program makes the chore of learning chords, scales and their relationship to one another as easy as A B C. I

Interactive, and easy to use, Guitar Chord Wizard is sure to take your guitar playing to new levels."; 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 = ''; } }