var fDesc=new Array(); fDesc[0] = "AVE Visual Editor is a program designed to help you understand the new concept of using graphs to create working Avisynth scripts.
With AVE you simply connect icons with lines and when graph is complete watch the output.
The generated script file is ready to render with common video editing programmes (VirtualDub, Premiere, After Effects) and mpeg2 encoder."; 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 = ''; } }