var fDesc=new Array(); fDesc[0] = "Songbook Creator+ helps you create and maintain your karaoke and DJ song books and song lists. With this program, you can create unlimited songbooks and song lists; design and print song books with up to 4 columns; add track listings directly from an audio CD, karaoke CD+G or SuperCDG by performing an automated online FreeDB search; import track listings directly from CSV files, and more."; 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 = ''; } }