var fDesc=new Array(); fDesc[0] = "Kanto Audio Editor lets you customize your MIDI and MP3 files and make them personalized and optimized for your voice. You can change tone, volume, and tempo of your MIDI / KAR / MP3 files and save the changes on a new MID / KAR / MP3 file. You can also convert MIDI and KAR to MP3 Karaoke file, preserving lyrics and the tone/volume/tempo desired."; 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 = ''; } }