var fDesc=new Array(); fDesc[0] = "Songsheet Generator is an application which prints songsheets and songbooks for home, small group, or large group overhead use.

The program runs on Microsoft® Windows™ (native .exe), Mac OS X (Java-based native .app), and any platform that supports Java 1.5 (.jar file). Song files must be provided in the ChordPro (Chord Pro) format, a common text format found on the internet (ChordPro files are easy to make yourself, if you can't find the song you're looking for).

Also Songsheet Generator will import some basic tab (CRD) files, so you can print a songsheet or songbook from any songs you might already have in that format."; 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 = ''; } }