var fDesc=new Array(); fDesc[0] = "maj7 is a viewing and printing software for ChordPro files. Features supported by maj7 include: display titles, subtitles, chords, lyrics, comments, and tab lines; display chords nicely right above song lyrics, display songs in any transposed key; print songs as displayed on screen; show/hide titles, subtitles, chords, comments and stretch lines, change font types, sizes, styles, and colours; print title and page number on every page; print lines together so that a verse or a chorus is not split across two pages; support a central archive of songs."; 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 = ''; } }