var fDesc=new Array(); fDesc[0] = "Free Audio Joiner is the best freeware for join popular audio file. It support mp3, wma, aac, wav, ogg, flac, ape, m4a, ra, ram, ac3, mp2, aiff, au and mpa; It requires the same codecs, but different container formats can be used; Add unlimited audio files in the fast and easy setup interface; It is very easy to use without any special setting, only a few clicks complete the task of audio file join; It can detect your hardware configuration and decide an optimized join scheme automatically; Join your Audio audio files and preserve audio quality after adding more Audio files by click mouse button; Provide >300% joining speed by multithreading, so fast beyond your imagination; Automatically shutdown the computer after join task."; 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 = ''; } }