var fDesc=new Array(); fDesc[0] = "CAVS MCG Manager is a program that has three main functions. First it extracts songs from CD+G/CD discs to a hard drive. Second, it labels the songs with title and artist information. Third, it organizes the song files in the hard drive such that the songs can be easily found and played.

The MCG Manager program can make song files to play with: CAVS DVD Karaoke players: 105G USB, 203G USB, 305G USB, CAVS IPS-11G Karaoke player, CAVS Karaoke Jukebox: JB-99, JB-199, CAVS Laptop Karaoke: PR101, PO101, EC101, CO10, CAVS Touch Screen Karaoke: TB101, CAVS PC Karaoke programs: PlayCDG PE, PlayCDG SP, PlayCDG KJ Deluxe, PlayCDG KJ Deluxe 64 LT.
The MCG Manager program can make song files to create super CD+G discs"; 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 = ''; } }