var fDesc=new Array(); fDesc[0] = "Kanto Karaoke is a professional and innovative Karaoke player and recorder designed for professionals and for those who enjoy doing karaoke at home with friends. It supports all multimedia formats: MP3, MID, KAR, MP3 + CDG , karaoke videos (AVI, WMV, MP4, etc.). You can record your voice on the music, sing and record your performance. Also, the software allows you to change pitch (“Key”) and speed (“Tempo”) of the backing track, and to switch from one track to another with a "crossfade" effect."; 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 = ''; } }