var fDesc=new Array(); fDesc[0] = "Whether you are a song writer, church musician, amateur, or a professional instrumentalist, ChordMaker is the perfect songwriting and transcribing utility. It will save hours transcribing songs, and then prevent even more wasted time by allowing you to organize your chord and lyric sheets into a songbook.

Unlike a standard word processor, ChordMaker takes all the guesswork out of creating chordsheet style tablature. Chordsheets created with a word processor cannot be reformatted without losing the placement of chords on the page, but ChordMaker embeds the chords within the lyrics, so the placement is never lost."; 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 = ''; } }