var fDesc=new Array(); fDesc[0] = "Serenade for Mp3 adds karaoke text to ordinary Mp3 and wave files (extensions .mp3 and .wav). The text will be saved in a file with the same name as the mp3 file but with a different extension (.srm). The text is edited in a normal text format, you can copy and paste it from any webpage or wordprocessor. The words are placed at the correct time by using the Ctrl-key while the mp3 file is playing ."; 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 = ''; } }