var fDesc=new Array();
fDesc[0] = "GUITAR CHORD BUSTER PRO - Is a guitar in a computer with the World's largest chord Encyclopaedia - Choose from 302,314 chords in standard tuning. CHORD MATCHER MELODY MODE. Make music like a professional. Compose a melody first and then select a chord progression to harmonise with your tune.
Top10 shareware awards
Qweas shareware awards
WINNER OF 5 STAR AWARD
Ziff-Davis shareware awards
WINNER OF ZIFF - DAVIS FAMILY PC MAGAZINE PROGRAM OF THE YEAR
Family PC
WINNER OF ZIFF - DAVIS FAMILY PC MAGAZINE HOME AND HOUSEHOLD AWARD
All possible chords also available in 43 non-standard tunings plus your own custom tunings. You can set-up and play any chord and pick sequence that may be played on a real guitar.
CHORD MATCHER -SCALE MODE. Select a scale, list harmonising chords and choose a melody fitting the scale and chord.";
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 = '';
}
}