var fDesc=new Array(); fDesc[0] = "Free Video Volume Booster is a free software used to quickly increase the sound volume of any video file. It supports almost any video format, including AVI, DIVX, XVID, MPEG, MPG, MKV, RM, RMVB, FLV, MOV, MP4, ASF, WEBM, etc. Due to its simplicity, Free Video Volume Booster can be used by everyone, just select the video files, increase the audio volume of N decibels (we recommend a value between 10 and 20) and then click the button “Optimize”."; 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 = ''; } }