var fDesc=new Array(); fDesc[0] = "Overview
The Advanced Graph Manager (AGM) is a powerful visual tool for building and testing 32-bit and 64-bit filter graphs. With AGM, you can quickly build and test filter graphs to see if they function as you expect. You can even view and full control a filter graphs created by another applications (32-bit or 64-bit)."; 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 = ''; } }