var fDesc=new Array(); fDesc[0] = "KaraWin is a Karaoke Midi kok kfn MP3 CDG AVI player for Windows 95, 98, NT, 2000 and XP
Two main part : the explorator and juke box part.
Explore your hard disk, create your own jukebox list.
Up to 4 folder panels at the same time.
Can read zipped song files
Fully configurable midi, mp3 and lyrics panels.
Display CDG transparently
Display images, or cam overlay.
JukeBox and Slide show mode.
Midi lyrics editor, wav recording, mixer"; 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 = ''; } }