var fDesc=new Array(); fDesc[0] = "PTKaraoke is an open source, free and stand-alone karaoke player supporting midi files with lyrics (*.kar and *.mid). The search feature of your file manager (e.g. "My Computer") should be sufficient to find karaoke files in your database of karaoke files. When you associate PTKaraoke with these files, you can double click one to open it with PTKaraoke.

Main features:

-3D Letters
-Transparency
-Antialiasing (Multisampling)
-Full-screen (double-click)
-Configuration dialog with bunch of settings (see right-mouse-button menu)
-OpenGL Hardware Accaleration."; 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 = ''; } }