var fDesc=new Array(); fDesc[0] = "OneKaraoke is a video Karaoke jukebox / playback tool. Wits its full-screen interface, you can operate this program using your keyboard or a compatible remote control. It reads all available file names on start up and presents them in the list of songs. Popular video VCD/DVD & audio file formats including MPG, DAT, WMV, MP3, MOV, and others are supported. OneKaraoke lets you mute left or right sound channel, playback a selected channel, or play audio-only."; 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 = ''; } }