var fDesc=new Array(); fDesc[0] = "Walaoke is a karaoke media player that can play almost every format out there.
Turn your PC into a karaoke machine, or movie player.
Play songs with just a click or by typing the numbers assigned to the songs.
Features:
- Play AVI, MKV, DAT, VOB, MPG, FLV, WMV and any format that has directshow codecs.
- Play MP3 CDG, MP3 LRC, and MP3 XMLfiles.
- Can play any of the following format with LRC file. AVI, MKV, DAT, VOB, MPG, FLV, WMV.
- Lyric display directly over your own video, camera or any video input as background.
- Progressive high light lyric display for karaoke effects.
- Can play all video file and replace with your own video while using the music.
- Play MIDI, KAR.
- Has Song List and a Reserved List so songs play through Reserved List.
- Has the ability to turn on and off Reserved List so you can play songs normally via the Play List.
- Support numeric system. Can print out song list and just type the number to play the song.
- Can search songs with or without accent in Vietnamese.
- Support different color lyrics for Male, Female and Duet.
- Can save default audio track or audio channel to play. Great for karaoke VCD or karaoke DVD.
- Can include a folder and search directly from there without importing to song list."; 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 = ''; } }