var fDesc=new Array(); fDesc[1] = "player. It is compatible with Winamp, Windows Media Player, iTunes, and other popular audio players. As soon as you open your music player, the program will look for the lyrics of your current song using powerful search engines like Google, Altavista or Alltheweb."; fDesc[2] = "voice pitch. You control the program using the keyboard (cursor movement keys, Enter key, F2...). No mouse control here."; fDesc[3] = "audio files from different sources, eliminate the lead vocalist’s performance from most stereophonic recording and synchronize the song lyrics with the `devocalized’ soundtrack."; fDesc[4] = "vocals from almost any song, saving then tracks ready to use in karaoke. Karaoke Anything! supports .mp3 files and regular CD Audio."; fDesc[5] = "WAV or Mp3 files. The program allows you to import DOC files to use them as lyrics or to write them down by yourself on the program's main window."; fDesc[6] = "computer into a karaoke machine."; fDesc[7] = "file formats that include: MP3, MIDI, KAR, WAV, WMA, AC3, OGG, MPA, MP2, AU, AIF, SND, etc., and video formats VCD, MPEG, AVI, WMV, ASF, OGM, DIVX, DAT, SVCD etc."; fDesc[8] = "discs."; fDesc[9] = "pictures, mix them with text, and add special effects. Three presentation modes (paged, overwrite and scrolling) are available."; fDesc[10] = "have all your music organized in a single list that you can arrange alphabetically for easy searching. You can import multiple folders and subfolders containing music, selecting the import format including standard karaoke, baltimore, title only and many others."; fDesc[11] = "Karaoke song). Advanced options allow to fine-tune the CDG track . Free Power CD+G Player and vocal removal tool are included."; fDesc[12] = "experience. the player displays designated dynamic online content. Lyrics, Images, Flash Apps, Animated chords, Karaoke, Video Clips and more..."; fDesc[13] = "others to sing, the Karino Audio Tools will be a useful and fun tool for you. Firstly, the Karino Audio Tools program features an audio converter that will change your audio input files into the karaoke format. Also the converter can convert .wav files to Mp3 format to record a CD."; fDesc[14] = "auto-corrects for underscores and capitalization, swap Title and Artist, shift, split, and replace field data on multiple files"; fDesc[15] = ", or a DJ to have to spend time entering songs manually. Touch screen compatible, minimal hardware requriements."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }