var fDesc=new Array(); fDesc[0] = "Allows you to display and print songs with graphical guitar and piano chord definitions. The source files for Chord Pro Manager are in the ChoPro format; a lot of guitar songsavailable on the Internet are also in the ChoPro format. The program includes tools for converting CRD files into ChoPro files. This updated version features high-quality song printing, an improved and faster visual interface, an album manager, multimedia capabilities, a user-defined chord map, a user-defined chord-type dictionary, and an automatic-chord feature."; 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 = ''; } }