var fDesc=new Array(); fDesc[0] = "You can play Zipped Mp3/CD G Karaoke Files from your computer. This program has a built in database that allows you to search your computer for songs to add to the Play List. No more carrying cds around or looking through cds for a song!
Debs Pro Karaoke Player allows you to run your show on a separate display. If you have a second display window configured, you can run your program on your laptop, and use the second display for your Song Lyrics and the Next Singer Screen."; 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 = ''; } }