var fDesc=new Array(); fDesc[0] = "Blade API Monitor is a useful developer spy tool which can trace and log API and ActiveX interface with parameters. It allows you to trace any exported functions of any DLLs, ActiveX controls and COM objects Interfaces, functions in source code with PDB(MSVC) and source files, and MFC Class method, including MFC42, MFC80, MFC90."; 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 = ''; } }