var fDesc=new Array(); fDesc[0] = "AAC2AC3 enables you to convert AAC to AC3 audio. This application is quite easy to use; simply add the files to its list, select the output directory, and click "Convert". You can customize the output quality (bitrate), sampling frequency, and the number of channels. AAC2AC3 automatically detects your hardware configuration and decides an optimized conversion scheme. Multi-threaded conversion makes the process faster on supported PCs."; 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 = ''; } }