var fDesc=new Array(); fDesc[0] = "Audio Toolkit is a powerful utility to edit, convert, and transform your audio tracks in many different ways. With this program you can load up your audio library and type in a filter to find the tracks you need instantly, remove vocals from your music, change the tempo and pitch of any song, add audio effects to your tracks in real time, convert audio files to the most popular and useful formats, and more."; 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 = ''; } }