var fDesc=new Array(); fDesc[0] = "This is an efficient tool that encodes your videos into AVI files. With this program you can convert any MPEG, WMV, ASF, MPG, OGM file to AVI, or encode to AVI the videos you burnt into VCDs and SVCDs. Also you can select which parts will be converted, as well as change the aspect ratio, or the video and audio quality."; 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 = ''; } }