var fDesc=new Array(); fDesc[0] = "WinKaraoke Player is a MIDI karaoke player that supports all MIDI synthesizers through the Windows MIDI Mapper.
When changing the position of the song to a different lyric, the music and words may not be synchronized in playback. This is a problem with the Windows MCI (Media Control Interface) pausing and then reporting an incorrect position in the song. Try starting from a different lyric in the song. It MAY NOT be possible to start anywhere except at the beginning of the song with some karaoke files.

Features:

* The use of any Windows TrueType font
* An animated bouncing ball
* Customizable colors
* Customizable background bitmap"; 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 = ''; } }