var fDesc=new Array(); fDesc[0] = "BS FAG can fix audio gain in video files to volume level about 89 dB with clipping prevention. It allows custom volume level and clipping control if prefered. You can perform the whole process manually, but for users who know very little about audio/video technical things, BS FAG can be a great help."; 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 = ''; } }