var fDesc=new Array(); fDesc[0] = "Discover how easy it is to create your own Karaoke CD Graphics songs with lyrics sweeping to the music, and add you own Title and Credit pages! You can create songs in minutes because KHPro is incredibly easy to use. Karaoke CDG songs with visible lyrics help you learn new songs faster, preparing you to perform in public or impress your friends and family. Even professional singers use it to overcome those times when they forget the words. Professional singers and hosts use KHPro to remake songs with out-of-sync lyrics. KHPro is so fast they didn't believe it until they proved it, and you will prove it too! KHPro creates songs that follow the International CD Graphics specification so they play in all Karaoke Player Machines and MTU Karaoke software. Each new song saves as a project on the hard drive. You can open these at any time and adjust the lyrics highlighting to the music, correct misspellings, and other limited edits. You can even replace the music in your song projects. For instance, using MTU's Vogone® vocal remover, you can create stereo songs with music on one track and music vocals on the other and use to replace your music only song. MTU software and some Karaoke Players allow switching between the music or music vocals tracks to help singers get back in the grove. Everyone is happy, and your singers and friends will return for more fun."; 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 = ''; } }