var fDesc=new Array(); fDesc[0] = "Creating karaoke song books has never been easier! The intuitive interface is simple and easy to understand. KSB Pro is professionally designed software, written for the KJ professional and priced for the casual karaoke fan!

With the steadily growing, Master Song Database of over 265,000 songs, you can locate your CDs, click the CD Title and instantly add all of it's details to your song book, with NO TYPING! KSB Pro even automatically locates duplicate Song Titles and optionally in-activates them as they are added!"; 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 = ''; } }