var fDesc=new Array(); fDesc[0] = "Bros AVI Converter is a program that can convert AVI video files to various popular video/audio formats including AVI, ASF, MP4, MOV, FLV, DivX, Xvid, MPEG 1/2, MKV, MP3, WMA, WAV, AIFF and M4A. It also provides practical editing functions which can help users customize the output video quality by cropping video aspect ratio, trimming file length, adjusting video quality, strenghthening video brightness and adding watermarks."; 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 = ''; } }