var fDesc=new Array(); fDesc[0] = "DART Karaoke Studio 1.4.9.0 is a program to prepare music files to be be used in Karaoke.

DART Karaoke Studio allows you to record audio files from different sources, eliminate the lead vocalist’s performance from most stereophonic recording and synchronize the song lyrics with the `devocalized’ soundtrack.

You can later record your own version of the vocal track and mix your own performance with the soundtrack extracted from the original recording.

The program can create and play CD+G tracks and CD+G files, and allows you to burn your own audio CD, CD Text or CD+G.

When you open the program, it will guide you to perform the lessons through a wizard.

You will begin opening a session, that can be a new or existing one.

Then, you will be able to choose a song. You can use .wav files or .mp3 files.

Then, Dart will scan the song and ask you if you want to import the lyrics from a text file or you will input them manually while hearing the song.

Then, you can set the flags into the file to indicate where to sing each word of the lyrics.

You can save them the file. If you later remove the vocals, you´ll have a file ready to use in the Karaoke."; 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 = ''; } }