var fDesc=new Array(); fDesc[0] = "This program is a front-end batch suite for HCenc, Aften, and DGpulldown. It makes the process of batch encoding video and audio easier. HCbatchGUI can create your avisynth scripts for you and also has presets for the Convolution3D noise filter. When finished all you will need to do is author your dvd with your favorite authoring program."; 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 = ''; } }