var fDesc=new Array(); fDesc[0] = "DocMaker analyses the content of the program files in a project.

It can be used to print program listings and to report on the programs (variables, labels, I/O and VR’s) and on overall I/O and VR usage.

There is also a checking routine which does a quick check on the whole project and flags up possible errors.

Automatic Analysis of MotionPerfect Project Files
Highlight potential errors due to labels or variables
Generates fully cross-referenced reports"; 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 = ''; } }