var fDesc=new Array(); fDesc[0] = "Free Batch Music Splitter is a free, audio splitter tool for various files such as MP3, WAV, AAC, OGG, FLAC, OPUS, WAVPACK, ALAC, M4A and M4B. The tool is able to split an audio file in multiple parts and it also allows you to specify the length. It can perform several split jobs at once and it is being developed by the same author of TEncoder Video Converter, TAudioConverter, SVG2PNG and OooPlayer."; 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 = ''; } }