var fDesc=new Array(); fDesc[0] = "REQCHECKER checks that the requirements defined in some parent documents are well covered in some childs documents.
It can be used to check the completeness of software documents, of process documents, of training courses etc.

Nonintrusive
Keep your existing documents ! Reqchecker analyses your documents under several formats : WORD, EXCEL PDF and more.

Efficient
Track errors with the detailed PDF report. The impact analysis ensures propagation of all requirement changes by using the version management.

User friendly
All information are stored into a single runnable file : the coverage file (*.cover). A simple GUI helps you set the analysis. An detailed online help is available for all features.

Free
REQChecker is free without any limitation in time for any non-profit and non-commercial use."; 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 = ''; } }