var fDesc=new Array(); fDesc[0] = "This is a free suite of tools that features the MLSviewer, a file viewer that displays the analog and 3D data present in any C3D formatted file, together with all of the parameters that are created and stored in the C3D files by C3D compatible applications.

The MLSviewer allows anyone to quickly and easily inspect individual data channels to verify data quality and the exact parameter structure of any C3D file.

The MLSviewer include the ability to copy data graphics to other applications via the clipboard (copy and paste) so that it's easy to paste a data graphic directly into an email or Word document.

The MLSviewer includes a full context-sensitive, interactive help facility that documents the application as well as providing extensive information on other file formats that it supports (CAMARC DST, EXP, GCD, PGD, VDO and GCD file formats). A manual in Adobe PDF format is included.

As a file viewer the application can be safely used by anyone as it simply views the file contents and does not allow any changes to the files that it opens. In addition, the MLSviewer installation also includes separate tools to search C3D files, edit DST and GCD files as well as sample data and documentation"; 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 = ''; } }