var fDesc=new Array(); fDesc[0] = "You can use the SMC Karaoke Manager, to create karaoke CDs (audio only) or CD+Gs (audio and graphics).

SMC audio files (without scrolling lyrics) can be burned onto a CD for use in most karaoke machines. Note that since SMC audio files do not include the lyrics, the lyrics will not be displayed on the karaoke machine’s monitor when playing back audio files burned to a CD.

SMC video files (with scrolling lyrics) can be burned onto a CD for use in most karaoke machines. Burning SMC video files onto a CD will create a CD+G and if supported by the karaoke machine, will display the lyrics on the monitor.

When purchasing blank CDs to burn the karaoke songs onto for use with a karaoke machine, make sure to purchase CD-R or CD-RW type CDs. DVD-Rs are not supported for burning CDs for use in karaoke machines."; 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 = ''; } }