var fDesc=new Array(); fDesc[0] = "If you own a collection of MP3 G files on your PC, Karaoke Popstar can rapidly scan your computer and catalog each file by title and artist. Karaoke Popstar incorporates a powerful database engine that can index thousands of karaoke files. This enables you to sort and browse the track list, or rapidly search for and retrieve the tracks you want to play.

For the ultimate jukebox experience, Karaoke Popstar allows you to queue up multiple songs for playback. With support for TV-out resolution (large fonts!) and full screen display, Karaoke Popstar is the essential centerpiece for your next karaoke party!"; 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 = ''; } }