var fDesc=new Array(); fDesc[0] = "KarAll - Midi Karaoke player is a Karaoke application for home, advanced and commercial use. This tool allows you to play the following file formats: mid, kar, rmi, mp3, wav, wma, au, snd, wmv, mpg, mpe, asf, avi, cda with good quality. KarAll features Audio and Video recording, Video Preview Photo click "Live-View".

It has most of the features desired in a Karaoke Application, and is compatible with many formats"; 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 = ''; } }